localFileVariable property
@doc If set, the file stored within this variable will be uploaded
Implementation
@$pb.TagNumber(11)
FFVariable get localFileVariable => $_getN(10);
Implementation
@$pb.TagNumber(11)
set localFileVariable(FFVariable value) => $_setField(11, value);