JsonParser<T> typedef
JsonParser<T> =
T Function(dynamic json)
Parses JSON responses into a strongly-typed object T.
Implementation
typedef JsonParser<T> = T Function(dynamic json);
Parses JSON responses into a strongly-typed object T.
typedef JsonParser<T> = T Function(dynamic json);