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