OrderBy constructor

OrderBy()

Implementation

OrderBy() {
  this.options = new Map<String, dynamic>();
  this.param = new Parameters();
}