converter property

FutureOr<T> Function(dynamic json) converter
final

Converter from json to object json will be decoded from string using jsonDecode

Implementation

final FutureOr<T> Function(dynamic json) converter;