TryParserMethod<T> typedef

TryParserMethod<T> = FutureOr<T> Function()

Implementation

typedef TryParserMethod<T> = FutureOr<T> Function();