isWarning property

  1. @TagNumber(5)
bool get isWarning

Implementation

@$pb.TagNumber(5)
$core.bool get isWarning => $_getBF(4);
  1. @TagNumber(5)
set isWarning (bool value)

Implementation

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