SupaCountModifier<B extends SupaCore, R extends SupaRecord<B> > class
Count the number of records
Counts the number of records in the response.
Constructors
-
SupaCountModifier(CountOption option, SupaModifier<
B, R, dynamic, PostgrestTransformBuilder< ? previousModifier)List< , PostgrestBuilder>Map< >String, dynamic> > -
Count the number of records
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- option → CountOption
-
The count option to use.
final
-
previousModifier
→ SupaModifier<
B, R, dynamic, PostgrestTransformBuilder< ?List< , PostgrestBuilder>Map< >String, dynamic> > -
The modifier that was applied before this one.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
PostgrestTransformBuilder< List< builder) → ResponsePostgrestBuilder<Map< >String, dynamic> >PostgrestResponse< List< , List<Map< >String, dynamic> >Map< , List<String, dynamic> >Map< >String, dynamic> > -
Cascades the Supabase modifier onto the provided
builder
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited