Order constructor
Order(
- OrderDirection direction,
- String propertyName
Implementation
Order(this.direction, this.propertyName);
Order(this.direction, this.propertyName);