parameterValues property
@doc The arguments to pass to the custom interface method call.
Implementation
@$pb.TagNumber(3)
FFFunctionCallValues get parameterValues => $_getN(1);
Implementation
@$pb.TagNumber(3)
set parameterValues(FFFunctionCallValues value) => $_setField(3, value);