我将来自自定义类"PollOption“的数据以映射数组的形式存储在firestore中。当我尝试检索数据时,我得到了这个错误
_InternalLinkedHashMap<String, dynamic> is not a subtype of 'PollOption' in type cast我的其他数据检索<
我希望将数组从Firestore加载到列表中。我试图使用List.castFrom将Firestore数组转换为List,但它不起作用。DocumentReference userDocRef = Firestore.instance.collection('users').document(id);
List groups = await List.