Order constructor

Order(
  1. OrderDirection direction,
  2. String propertyName
)

Implementation

Order(this.direction, this.propertyName);