Future<Doom> doomInfo(int doomId) async { final json = await repository.doom(doomId); return Doom.fromJson(json); }