SortBy constructor

SortBy({
  1. int? fieldId,
  2. String? order,
})

Implementation

SortBy({
  this.fieldId, this.order
});