OrderBy constructor

OrderBy(
  1. String columnName,
  2. {bool? ascending}
)

Implementation

OrderBy(this.columnName, {this.ascending});