Sort constructor

Sort({
  1. String? sortBy,
  2. SortOrder? sortOrder,
})

Implementation

Sort({
  this.sortBy,
  this.sortOrder,
});