direction property

  1. @TagNumber(5)
FFAxis get direction

Implementation

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

Implementation

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