generated property
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);
Implementation
@$pb.TagNumber(5)
set generated($core.bool value) => $_setBool(4, value);