SupaTableJoinHere<A extends SupaTable> class

An annotation to let the generator know that the field is a join between two tables in the Supabase database.

Provide the type of the table to join as A.

Constructors

SupaTableJoinHere(String prefix, String tableName, SupaJoinType joinType, {bool isNullable = true})
An annotation to let the generator know that the field is a join between two tables in the Supabase database.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isNullable bool
Whether the record of the join can be null. This is only relevant for one-to-one joins.
final
joinType SupaJoinType
The type of join to perform.
final
prefix String
The class prefix for the table to join.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
The name of the table to join.
final

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