SupaTableJoinHere<A extends SupaTable> constructor
const
SupaTableJoinHere<A extends SupaTable> (
- 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.
Provide the type of the table to join as A
.
Implementation
const SupaTableJoinHere(
this.prefix,
this.tableName,
this.joinType, {
this.isNullable = true,
});