OrderBy constructor

const OrderBy(
  1. String key, {
  2. bool descending = false,
})

Implementation

const OrderBy(this.key, {this.descending = false});