sectionSpacingValue property

  1. @TagNumber(13)
FFDoubleValue get sectionSpacingValue

Implementation

@$pb.TagNumber(13)
FFDoubleValue get sectionSpacingValue => $_getN(10);
  1. @TagNumber(13)
set sectionSpacingValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(13)
set sectionSpacingValue(FFDoubleValue value) => $_setField(13, value);