fromString static method
Implementation
static fromString(String text) {
return KeyRecoveryStatus.values.firstWhere((element) => element._text == text);
}
static fromString(String text) {
return KeyRecoveryStatus.values.firstWhere((element) => element._text == text);
}