OrderBy constructor

const OrderBy(
  1. String path, {
  2. bool isDescending = false,
})

Implementation

const OrderBy(this.path, {this.isDescending = false});