Order constructor

Order({
  1. String? direction,
  2. FieldReference? field,
})

Implementation

Order({
  this.direction,
  this.field,
});