boxShape property

  1. @TagNumber(5)
FFBoxShape get boxShape

Implementation

@$pb.TagNumber(5)
FFBoxShape get boxShape => $_getN(3);
  1. @TagNumber(5)
set boxShape (FFBoxShape value)

Implementation

@$pb.TagNumber(5)
set boxShape(FFBoxShape value) => $_setField(5, value);