label property
String
get
label
Implementation
String get label => switch (this) {
RootCauseConfidence.high => 'HIGH',
RootCauseConfidence.medium => 'MEDIUM',
RootCauseConfidence.low => 'LOW',
RootCauseConfidence.unknown => 'UNKNOWN',
};