options property

  1. @TagNumber(3)
MoveOptions options

optional specifications to be obeyed during the motion

Implementation

@$pb.TagNumber(3)
MoveOptions get options => $_getN(2);
  1. @TagNumber(3)
void options=(MoveOptions v)

Implementation

@$pb.TagNumber(3)
set options(MoveOptions v) { setField(3, v); }