Function to convert from a JSON map to type T.
T
final T Function(Map<String, dynamic> json) fromJson;