KeyBackup.fromJson(Map<String, dynamic> json) : keyId = json['keyId'], keyBackupStatus = KeyBackupStatus.fromString(json['keyBackupStatus']);