actionComponentParameter property

  1. @TagNumber(23)
FFActionComponentParameterVariable get actionComponentParameter

Implementation

@$pb.TagNumber(23)
FFActionComponentParameterVariable get actionComponentParameter => $_getN(22);
  1. @TagNumber(23)
set actionComponentParameter (FFActionComponentParameterVariable value)

Implementation

@$pb.TagNumber(23)
set actionComponentParameter(FFActionComponentParameterVariable value) =>
    $_setField(23, value);