fromJson property

T Function(Map<String, dynamic> json)? fromJson
final

Function to convert JSON to data (for hydration)

Implementation

final T Function(Map<String, dynamic> json)? fromJson;