我不能处理"type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'Ad1'的问题。我将非常感谢你的帮助。;
factory AppUserData.fromMap(Map<String, dynamic> json) =>
我得到一个json表单邮递员,并创建了一个包含类的文件,然后使用cubit和dio,我使用了get方法,我主要使用的是get方法,这个错误显示了'_InternalLinkedHashMap<String,dynamic>‘不是'String’类型的一个子类型。,并且都是正确的。class FavoritesModel late bool s
当转换documentSnapshot.data() as DocumentSnapshot<Map<String, dynamic>>时,我得到了错误:_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'DocumentSnapshot<Map<String, dynamic>>'