build method
Cascades the Supabase modifier onto the provided builder
.
Implementation
@override
SupabaseStreamBuilder build(SupabaseStreamBuilder builder) =>
builder.order(column.name, ascending: ascending);
Cascades the Supabase modifier onto the provided builder
.
@override
SupabaseStreamBuilder build(SupabaseStreamBuilder builder) =>
builder.order(column.name, ascending: ascending);