static List<Source> parseList(List<dynamic> list) { return list.map((e) => Source.fromJson(e)).toList(); }