JsonConverter<T> typedef
JsonConverter<T> =
T Function(dynamic json)
Type converter function signature for converting JSON values
Implementation
typedef JsonConverter<T> = T Function(dynamic json);
Type converter function signature for converting JSON values
typedef JsonConverter<T> = T Function(dynamic json);