SortCriterion constructor

SortCriterion({
  1. String? fieldName,
  2. Sort? sort,
})

Implementation

SortCriterion({
  this.fieldName,
  this.sort,
});