isDefault property

  1. @TagNumber(9)
bool get isDefault

Implementation

@$pb.TagNumber(9)
$core.bool get isDefault => $_getBF(8);
  1. @TagNumber(9)
set isDefault (bool v)

Implementation

@$pb.TagNumber(9)
set isDefault($core.bool v) { $_setBool(8, v); }