fromJson property

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

Function to convert from a JSON map to type T.

Implementation

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