SortCriterion constructor

SortCriterion({
  1. String? field,
  2. SortOrder? sortOrder,
})

Implementation

SortCriterion({
  this.field,
  this.sortOrder,
});