TransformJson<T> typedef

TransformJson<T> = T Function(dynamic json)

Implementation

typedef T TransformJson<T>(dynamic json);