FromJsonFunction<T> typedef

FromJsonFunction<T> = T Function(dynamic json)

Implementation

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