List<CardModel> cardsResponseModelFromMap(List str) => List<CardModel>.from(str.map((x) => CardModel.fromMap(x)));