FSQueryResult<T> constructor
- List<
T> _items, - QueryDocumentSnapshot<
Object?> ? _snapshot, - String? _lastDocumentId
Implementation
FSQueryResult(this._items, this._snapshot, this._lastDocumentId);
FSQueryResult(this._items, this._snapshot, this._lastDocumentId);