isDefault property

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

defines if the organization's admin changed the policy

Implementation

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

Implementation

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