converter property
Converter from json to object json will be decoded from string using jsonDecode
Implementation
final FutureOr<T> Function(dynamic json) converter;
Converter from json to object json will be decoded from string using jsonDecode
final FutureOr<T> Function(dynamic json) converter;