Converter<T> typedef

Converter<T> = T Function(MaybeJson?)

Implementation

typedef Converter<T> = T Function(MaybeJson);