RoomKeysUpdateResponse.fromJson(Map<String, Object?> json) : count = json['count'] as int, etag = json['etag'] as String;