valueFromJSON property

T Function(J value)? valueFromJSON
final

The function to convert the value from the JSON to the correct type.

By default, the value will not be converted.

Implementation

final T Function(J value)? valueFromJSON;