OrderConstraint constructor

OrderConstraint(String field, bool descending)

Implementation

OrderConstraint(this.field, this.descending);