localFileVariable property

  1. @TagNumber(17)
FFVariable get localFileVariable

Implementation

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

Implementation

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