ResultParser<T> typedef

ResultParser<T> = T Function(dynamic json)

Implementation

typedef ResultParser<T> = T Function(dynamic json);