Loose class

Constructors

Loose()
factory
Loose.init(LooseCredentials credentials, FirestoreDatabase database)
factory

Properties

databaseRoot String
no setter
documentRoot String
no setter
hashCode int
The hash code for this object.
no setterinherited
hasOpenClient bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchGet<T>(BatchGetRequest<T> batchGetRequest, {bool keepClientOpen = false}) Future<BatchGetResults>
batchWrite(List<Writable> writes, {bool keepClientOpen = false}) Future<WriteResults>
counter(Counter counter, {List<String> idPath = const []}) → CountHandler
document<T, Q extends DocumentField>(DocumentRequest<T> request) → DocumentHandler<T, Q>
done() → void
exists<T>(DocumentRequest<T> request, {List<String> idPath = const [], bool keepClientOpen = false}) Future<bool>
list<T>(DocumentRequest<T> request, {List<String> idPath = const [], int pageSize = 20, String nextPageToken = '', bool keepClientOpen = false}) Future<ListResults<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query<T>(Query<T> query, {bool keepClientOpen = false}) Future<LooseListResponse<T>>
reference(DocumentRequest request, {List<String> idPath = const []}) Reference
toString() String
A string representation of this object.
inherited
transaction() Future<Transaction>

Operators

operator ==(Object other) bool
The equality operator.
inherited