variable property
@doc A boolean variable used as a condition.
This will often be an FFCondition.
Implementation
@$pb.TagNumber(1)
FFVariable get variable => $_getN(0);
Implementation
@$pb.TagNumber(1)
set variable(FFVariable value) => $_setField(1, value);