endSpacingValue property
@doc The amount of spacing at the end of the list. Used if applyStartEndSpace is false.
Implementation
@$pb.TagNumber(7)
FFDoubleValue get endSpacingValue => $_getN(6);
Implementation
@$pb.TagNumber(7)
set endSpacingValue(FFDoubleValue value) => $_setField(7, value);