DocumentData typedef

DocumentData = Map<String, Object?>

A type representing the raw Firestore document data.

Implementation

typedef DocumentData = Map<String, Object?>;