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