localPath property

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

Stable platform-normalized local artifact path after native/Web has completed download/import and reported the result back to commons.

Implementation

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

Implementation

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