variable property

  1. @TagNumber(1)
FFVariable get variable

@doc A boolean variable used as a condition. This will often be an FFCondition.

Implementation

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

Implementation

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