source property

@doc The source of the uploaded file.

Implementation

@$pb.TagNumber(3)
FFUploadDataSettings_Source get source => $_getN(2);
  1. @TagNumber(3)
set source (FFUploadDataSettings_Source value)

Implementation

@$pb.TagNumber(3)
set source(FFUploadDataSettings_Source value) => $_setField(3, value);