RequestSorter constructor

RequestSorter(
  1. String sortType,
  2. String? fieldType,
  3. String fieldName
)

Implementation

RequestSorter(this.sortType, this.fieldType, this.fieldName);