SupaCountModifier<B extends SupaCore, R extends SupaRecord<B> > constructor
- @internal
- CountOption option,
- SupaModifier<
B, R, dynamic, PostgrestTransformBuilder< ? previousModifierList< , PostgrestBuilder>Map< >String, dynamic> >
Count the number of records
Counts the number of records in the response.
Implementation
@internal
const SupaCountModifier(this.option, super.previousModifier);