outputPath property

  1. @TagNumber.new(6)
String get outputPath

Implementation

@$pb.TagNumber(6)
$core.String get outputPath => $_getSZ(5);
  1. @TagNumber.new(6)
set outputPath (String v)

Implementation

@$pb.TagNumber(6)
set outputPath($core.String v) { $_setString(5, v); }