menu
khadem package
documentation
contracts.dart
QueryBuilderInterface<T>
orderBy abstract method
orderBy abstract method
dark_mode
light_mode
orderBy
abstract method
QueryBuilderInterface
<
T
>
orderBy
(
String
column
, {
String
direction
=
'ASC'
,
})
Adds ORDER BY clause.
Implementation
QueryBuilderInterface<T> orderBy(String column, {String direction = 'ASC'});
khadem package
documentation
contracts
QueryBuilderInterface<T>
orderBy abstract method
QueryBuilderInterface class