variable property

  1. @TagNumber(8)
FFVariable get variable

@doc The variable to set this icon to. This will generally be a parameter of a component.

Implementation

@$pb.TagNumber(8)
FFVariable get variable => $_getN(7);
  1. @TagNumber(8)
set variable (FFVariable value)

Implementation

@$pb.TagNumber(8)
set variable(FFVariable value) => $_setField(8, value);