directoryChooserPath property

  1. @TagNumber(28)
String get directoryChooserPath

Implementation

@$pb.TagNumber(28)
$core.String get directoryChooserPath => $_getSZ(27);
  1. @TagNumber(28)
set directoryChooserPath (String v)

Implementation

@$pb.TagNumber(28)
set directoryChooserPath($core.String v) { $_setString(27, v); }