isSystem property

  1. @TagNumber.new(7)
bool get isSystem

Implementation

@$pb.TagNumber(7)
$core.bool get isSystem => $_getBF(6);
  1. @TagNumber.new(7)
set isSystem (bool value)

Implementation

@$pb.TagNumber(7)
set isSystem($core.bool value) => $_setBool(6, value);