localFileVariable property

  1. @TagNumber(11)
FFVariable get localFileVariable

@doc If set, the file stored within this variable will be uploaded

Implementation

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

Implementation

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