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

count int
The number of records in the response.
final
hashCode int
The hash code for this object.
no setterinherited
records List<R>
The records in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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