data method

Map<String, dynamic>? data()

Contains all the data of this DocumentSnapshot.

Implementation

Map<String, dynamic>? data() {
  return _CodecUtility.replaceDelegatesWithValueInMap(
      _delegate.data(), _firestore);
}