OrderNode constructor

OrderNode(
  1. String field,
  2. SortOrder dir
)

Implementation

OrderNode(this.field, this.dir);