menu
postgres_dart
postgres_dart
OrderBy
query property
query
brightness_4
brightness_5
query
property
String
query
Implementation
String get query => '$prev $columnName ${ascending == null ? "" : ascending! ? "ASC" : "DESC"}';
postgres_dart
postgres_dart
OrderBy
query property
OrderBy class