isDefault property
If true, the returned values represent the instance settings, e.g. by an organization without custom settings.
Implementation
@$pb.TagNumber(4)
$core.bool get isDefault => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isDefault($core.bool value) => $_setBool(3, value);