path property
Relative path of the asset within the package (forward-slash separated). Example: "test/fixtures/users.json", "web/icons/favicon.ico"
Implementation
@$pb.TagNumber(1)
$core.String get path => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set path($core.String value) => $_setString(0, value);