path property
Path to the module file. Absolute or relative to the importing program/module location.
Implementation
@$pb.TagNumber(1)
$core.String get path => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set path($core.String value) => $_setString(0, value);