Sort constructor

Sort({
  1. bool? sorted,
  2. bool? unsorted,
  3. bool? empty,
})

Implementation

Sort({
  this.sorted,
  this.unsorted,
  this.empty,
});