static List<AdModel> fromList(List<Map<String, dynamic>> list) { return list.map(AdModel.fromJson).toList(); }