findAllKt method
Find all objects that match this query.
Implementation
Future<KtList<T>> findAllKt() => findAll().then(
(list) => list.toImmutableList(),
);
Find all objects that match this query.
Future<KtList<T>> findAllKt() => findAll().then(
(list) => list.toImmutableList(),
);