Sorting constructor

const Sorting(
  1. String field, {
  2. bool descending = false,
})

Implementation

const Sorting(
  this.field, {
  this.descending = false,
});