generated property

  1. @TagNumber.new(5)
bool get generated

Generate states whether this domain was auto-generated by the system. Auto-generated domains follow a specific pattern and are created when a new instance is created. They cannot be deleted, but the primary domain can be changed to a manually added domain.

Implementation

@$pb.TagNumber(5)
$core.bool get generated => $_getBF(4);
  1. @TagNumber.new(5)
set generated (bool value)

Implementation

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