RequestSort constructor

RequestSort(String field, bool isDesc)

Implementation

RequestSort(this.field, this.isDesc);