JSONConverter<S, T> typedef
Creates a Model Object from the JSON input
Implementation
typedef JSONConverter<S, T> = T Function(S input);
Creates a Model Object from the JSON input
typedef JSONConverter<S, T> = T Function(S input);