value property

int? get value

Implementation

int? get value {
  if (_$GlobalAlertLevelEnumMap.containsKey(this)){
    return _$GlobalAlertLevelEnumMap[this];
  }
  return null;
}