List<dynamic> toBeanList(ConvertBean convertBean) { return map((json) => convertBean(json)).toList(); }