ResoCoder / flutter-ddd-firebase-course

https://resocoder.com/flutter-firebase-ddd-course
GNU General Public License v3.0
470 stars 161 forks source link

doc.data() shows a error #26

Closed adrianofreires closed 3 years ago

adrianofreires commented 3 years ago

https://github.com/ResoCoder/flutter-ddd-firebase-course/blob/f815b71e28403fe69fbad270b104f681ab7e57af/lib/infrastructure/notes/note_dtos.dart#L54

I can't implement this line, it returns this error: The argument type 'Object?' can't be assigned to the parameter type 'Map<String, dynamic>'. Anybody can help me?