DocumentSnapshotPlatform constructor

DocumentSnapshotPlatform(
  1. FirebaseFirestorePlatform _firestore,
  2. String path,
  3. Map<String, dynamic> _data
)

Constructs a DocumentSnapshotPlatform using the provided FirebaseFirestorePlatform.

Implementation

DocumentSnapshotPlatform(this._firestore, String path, this._data)
    : _pointer = Pointer(path),
      super(token: _token);