StructuredQuery_Order constructor

StructuredQuery_Order({
  1. StructuredQuery_FieldReference? field,
  2. StructuredQuery_Direction direction = StructuredQuery_Direction.$default,
})

Implementation

StructuredQuery_Order({
  this.field,
  this.direction = StructuredQuery_Direction.$default,
}) : super(fullyQualifiedName);