localPath property
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);
Implementation
@$pb.TagNumber(14)
set localPath($core.String value) => $_setString(13, value);