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