SupaCountResponse<B extends SupaCore, R extends SupaRecord<B> > class
A response from a SupaCountModifier
containing the number of records in
the response and the records themselves.
Constructors
-
SupaCountResponse({required int count, required List<
R> records}) -
A response from a
SupaCountModifier
containing the number of records in the response and the records themselves.const
Properties
Methods
-
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