direction property

  1. @TagNumber(8)
FFAxis get direction

Implementation

@$pb.TagNumber(8)
FFAxis get direction => $_getN(7);
  1. @TagNumber(8)
set direction (FFAxis value)

Implementation

@$pb.TagNumber(8)
set direction(FFAxis value) => $_setField(8, value);