flutter-ddd-firebase-course
flutter-ddd-firebase-course copied to clipboard
Json serialization with with deep class object Id and JsonKen(ignore:true)
I want to moving the code to Flutter 2.2
When I attempt to go on the note detail, I same the TodoListItem Id is null (but it is not null on firebase firestore), it happen when the TodoListItem Dto is in the toDomain method;
I got this error CastError (Null check operator used on a null value)
Anyone can help me ?
I've got the same issue
Have you removed required?
Got the same issue