argumentValues property
@doc The arguments to pass to the action block.
Implementation
@$pb.TagNumber(2)
FFFunctionCallValues get argumentValues => $_getN(1);
Implementation
@$pb.TagNumber(2)
set argumentValues(FFFunctionCallValues value) => $_setField(2, value);