parameterValues property
@doc The arguments to pass to the custom cloud function.
Implementation
@$pb.TagNumber(6)
FFFunctionCallValues get parameterValues => $_getN(5);
Implementation
@$pb.TagNumber(6)
set parameterValues(FFFunctionCallValues value) => $_setField(6, value);