limit method
ProcessedTableManager<_$AirpassDatabase, $GroupsTable, Group, $$GroupsTableFilterComposer, $$GroupsTableOrderingComposer, $$GroupsTableAnnotationComposer, $$GroupsTableCreateCompanionBuilder, $$GroupsTableUpdateCompanionBuilder, (Group, BaseReferences<_$AirpassDatabase, $GroupsTable, Group> ), Group, PrefetchHooks Function()>
limit(})
inherited
Add a limit to the statement
Implementation
ProcessedTableManager<
$Database,
$Table,
$Dataclass,
$FilterComposer,
$OrderingComposer,
$ComputedFieldComposer,
$CreateCompanionCallback,
$UpdateCompanionCallback,
$DataclassWithReferences,
$ActiveDataclass,
$CreatePrefetchHooksCallback
>
limit(int limit, {int? offset}) {
return ProcessedTableManager($state.copyWith(limit: limit, offset: offset));
}