PostgresOrderBy constructor

const PostgresOrderBy(
  1. String field, {
  2. bool ascending = true,
})

Implementation

const PostgresOrderBy(this.field, {this.ascending = true});