Sort constructor

Sort({
  1. String? sorted,
  2. bool ascending = true,
})

Implementation

Sort({this.sorted, this.ascending = true});