Flutter – type 'List<dynamic>' is not a subtype of type 'List<double>' in type cast
I'm trying to map a document with different user data from a Firebase Firestore database. The error occurs when I try to cast values different from dynamic (lists in this case). Down there there is the part of code where…