orientation property

  1. @TagNumber(3)
Orientation get orientation

Implementation

@$pb.TagNumber(3)
Orientation get orientation => $_getN(2);
  1. @TagNumber(3)
set orientation (Orientation v)

Implementation

@$pb.TagNumber(3)
set orientation(Orientation v) { setField(3, v); }