variable property

  1. @TagNumber(2)
FFVariable get variable

@doc a reference to a variable used for potentially dynamic values.

Implementation

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

Implementation

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