location property
- @TagNumber(2)
Storage location the artifact points at.
Implementation
@$pb.TagNumber(2)
$core.String get location => $_getSZ(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set location($core.String value) => $_setString(1, value);