menu
flutterflow_flash_beta package
documentation
flutterflow_flash.dart
PostgresOrderBy
PostgresOrderBy.new const constructor
PostgresOrderBy.new const constructor
dark_mode
light_mode
PostgresOrderBy
constructor
const
PostgresOrderBy
(
String
field
, {
bool
ascending
=
true
,
})
Implementation
const PostgresOrderBy(this.field, {this.ascending = true});
flutterflow_flash_beta package
documentation
flutterflow_flash
PostgresOrderBy
PostgresOrderBy.new const constructor
PostgresOrderBy class