destination property

  1. @TagNumber(3)
String get destination

destination is where the files should be placed. The receiver can choose to reasonably modify this destination based on its implementation semantics.

Implementation

@$pb.TagNumber(3)
$core.String get destination => $_getSZ(2);
  1. @TagNumber(3)
set destination (String v)

Implementation

@$pb.TagNumber(3)
set destination($core.String v) { $_setString(2, v); }