Future<List<ChatModel>> getLiveNagaModels() async => $NagaModelsListResponse.from .json(decompress(await getLiveNagaData())) .data .map((i) => i.toChatModel) .toList();