menu
jaguar_query_nullsafety package
documentation
jaguar_query_nullsafety.dart
Bean<ModelType>
getAll method
getAll method
dark_mode
light_mode
getAll
method
Future
<
List
<
ModelType
>
>
getAll
(
)
Fetches all rows in the table/document
Implementation
Future<List<ModelType>> getAll() => findMany(finder);
jaguar_query_nullsafety package
documentation
jaguar_query_nullsafety
Bean<ModelType>
getAll method
Bean class