PropertyOrder constructor
      
      PropertyOrder({ 
    
    
- String? direction,
- PropertyReference? property,
Implementation
PropertyOrder({
  this.direction,
  this.property,
});PropertyOrder({
  this.direction,
  this.property,
});