SortRangeRequest constructor

SortRangeRequest({
  1. GridRange? range,
  2. List<SortSpec>? sortSpecs,
})

Implementation

SortRangeRequest({
  this.range,
  this.sortSpecs,
});