isDefault property
- @TagNumber(4)
Make this artifact the revision's default, so the location resolves straight from an item kref (GetArtifact/ResolveLocation without an artifact name). At most one artifact per row may set this.
Implementation
@$pb.TagNumber(4)
$core.bool get isDefault => $_getBF(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set isDefault($core.bool value) => $_setBool(3, value);