localFileVariable property

  1. @TagNumber(7)
FFVariable get localFileVariable

Implementation

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

Implementation

@$pb.TagNumber(7)
set localFileVariable(FFVariable value) => $_setField(7, value);