JSONConverter<S, T> typedef

JSONConverter<S, T> = T Function(S input)

Creates a Model Object from the JSON input

Implementation

typedef JSONConverter<S, T> = T Function(S input);