direction property
The direction to order by. Defaults to ASCENDING
.
Implementation
@$pb.TagNumber(2)
StructuredQuery_Direction get direction => $_getN(1);
Implementation
@$pb.TagNumber(2)
set direction(StructuredQuery_Direction v) {
setField(2, v);
}