factory Appcast.fromJson(List<Map<String, dynamic>> json) { return Appcast(items: json.map((item) => AppcastItem.fromJson(item)).toList()); }