increasedValue property
@doc The value that value will become after an increase action.
Implementation
@$pb.TagNumber(20)
FFStringValue get increasedValue => $_getN(19);
Implementation
@$pb.TagNumber(20)
set increasedValue(FFStringValue value) => $_setField(20, value);