isDefault property

  1. @TagNumber(4)
bool get isDefault

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);
  1. @TagNumber(4)
set isDefault (bool value)

Implementation

@$pb.TagNumber(4)
set isDefault($core.bool value) => $_setBool(3, value);