DocumentSnapshotPlatform constructor

DocumentSnapshotPlatform(
  1. FirebaseFirestorePlatform _firestore,
  2. String path,
  3. Map<String?, Object?>? _data,
  4. PigeonSnapshotMetadata _metadata,
)

Constructs a DocumentSnapshotPlatform using the provided FirebaseFirestorePlatform.

Implementation

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