FromJson<T> typedef

FromJson<T> = T Function(Json json)

Implementation

typedef FromJson<T> = T Function(Json json);