actual method Null safety

String actual ()

Get actual

Implementation

String actual() {
  return parsable.substring(position, position + 1);
}