我有这种格式的api结果。List<Map<String, dynamic>>',这是当我热刷新Unhandled Exception: type 'List<Map<String, dynamic>>' is not a subtypeof type 'List<Map<String, String>>',最后,当我用这段代码将d
这是我的课: GenericTypeIndicator<Map<String,String>> images = new GenericTypeIndicator<Map<String, String>>(){};
public Imagenes(GenericTypeIndicator<Map<String, Stri