query property
SupabaseQueryBuilder
get
query
Returns the base query builder for this table
Implementation
SupabaseQueryBuilder get query => client.from(tableName);
Returns the base query builder for this table
SupabaseQueryBuilder get query => client.from(tableName);