fromJson property
The function used to convert a JSON value to a ValueType.
Implementation
@override
final ValueType Function(JsonValueType jsonValue) fromJson;
The function used to convert a JSON value to a ValueType.
@override
final ValueType Function(JsonValueType jsonValue) fromJson;