KtQueryExecute<OBJ, R> extension

on

Methods

exportJsonKt() Future<KtList<KtMap<String, dynamic>>>
Export the results of this query as json.
findAllKt() Future<KtList<R>>
Find all objects that match this query.
findAllKtSync() → KtList<R>
Find all objects that match this query.
watchKt({bool initialReturn = false}) Stream<KtList<R>>
Create a watcher that yiels the results of this query whenever its results have (potentially) changed.