fromJson property

  1. @override
ValueType Function(JsonValueType jsonValue) fromJson
final

The function used to convert a JSON value to a ValueType.

Implementation

@override
final ValueType Function(JsonValueType jsonValue) fromJson;