SupaLimitModifier<B extends SupaCore, R extends SupaRecord<B> > constructor
- @internal
- int count,
- SupaModifier<
B, R, dynamic, PostgrestTransformBuilder< ? previousModifierList< , PostgrestBuilder>Map< >String, dynamic> >
Limit the number of rows returned
Limits the result with the specified count.
count
: The maximum number of rows to return.
Implementation
@internal
const SupaLimitModifier(this.count, super.previousModifier);