StructuredQuery_Order constructor
StructuredQuery_Order({
- StructuredQuery_FieldReference? field,
- StructuredQuery_Direction direction = StructuredQuery_Direction.$default,
Implementation
StructuredQuery_Order({
this.field,
this.direction = StructuredQuery_Direction.$default,
}) : super(fullyQualifiedName);