PropertyOrder constructor

PropertyOrder({
  1. String? direction,
  2. PropertyReference? property,
})

Implementation

PropertyOrder({this.direction, this.property});