destination property
@doc Where the file is stored.
Implementation
@$pb.TagNumber(2)
FFUploadDataDestination get destination => $_getN(1);
Implementation
@$pb.TagNumber(2)
set destination(FFUploadDataDestination value) => $_setField(2, value);
@doc Where the file is stored.
@$pb.TagNumber(2)
FFUploadDataDestination get destination => $_getN(1);
@$pb.TagNumber(2)
set destination(FFUploadDataDestination value) => $_setField(2, value);