isDefault property

  1. @TagNumber.new(4)
bool get isDefault

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

Implementation

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