localPath property

  1. @TagNumber.new(15)
String get localPath

Implementation

@$pb.TagNumber(15)
$core.String get localPath => $_getSZ(14);
  1. @TagNumber.new(15)
set localPath (String value)

Implementation

@$pb.TagNumber(15)
set localPath($core.String value) => $_setString(14, value);