failureKind property
String
get
failureKind
The storm's failure classification label.
Implementation
String get failureKind => failure['type'] as String? ?? kind;
The storm's failure classification label.
String get failureKind => failure['type'] as String? ?? kind;