DocumentSnapshotForAll<T extends Object?> constructor

DocumentSnapshotForAll<T extends Object?>(
  1. Map<String, dynamic>? _data,
  2. String id,
  3. String path,
  4. DocRef<T> ref,
)

Implementation

DocumentSnapshotForAll(this._data, this.id, this.path, this.ref);