parser abstract method

T? parser(
  1. covariant Object? unparsedValue
)

Implementation

T? parser(covariant Object? unparsedValue);