fromFirestore abstract method

T? fromFirestore(
  1. DocumentSnapshot<Map<String, dynamic>> snapshot,
  2. SnapshotOptions? options
)

Converts a DocumentSnapshot to a T?

Implementation

T? fromFirestore(
  DocumentSnapshot<Map<String, dynamic>> snapshot,
  SnapshotOptions? options,
);