Flutter: Order the results | Supabase Docs (original) (raw)

Orders the result with the specified column.

(Required)
The column to order by.

(Optional)
Whether to order in ascending order. Default is `false`.

(Optional)
Whether to order nulls first. Default is `false`.

(Optional)
Specify the referenced table when ordering by a column in an embedded resource.