optionsVariable property

  1. @TagNumber(20)
FFVariable get optionsVariable

Implementation

@$pb.TagNumber(20)
FFVariable get optionsVariable => $_getN(19);
  1. @TagNumber(20)
set optionsVariable (FFVariable value)

Implementation

@$pb.TagNumber(20)
set optionsVariable(FFVariable value) => $_setField(20, value);