fromJson property

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

Function to convert Firestore data to type T

Implementation

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