SortOrder constructor

SortOrder(
  1. String property,
  2. Direction direction
)

Implementation

SortOrder(this.property, this.direction);