fromJson property

T Function(Json data) fromJson
final

Json deserializer for this data type.

Implementation

final T Function(Json data) fromJson;