static List<InfoModel> fromJsonList(var data) => data.map<InfoModel>((json) => InfoModel.fromJson(json)).toList();