SupaRecord<B extends SupaCore> class

Represents a record fetched from a Supabase table.

Constructors

SupaRecord(Map<String, dynamic> json)
Represents a record fetched from a Supabase table.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T, J>(SupaColumn<B, T, J> column) → T
Fetches the value of the given column from the record.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reference<A extends SupaCore, R extends SupaRecord<A>>(SupaTableJoin<B, A> reference) List<R>
Fetches the list of records from the given reference.
referenceSingle<A extends SupaCore, R extends SupaRecord<A>>(SupaTableJoin<B, A> reference) → R?
Fetches a single record from the given reference.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited