flutter-ddd-firebase-course icon indicating copy to clipboard operation
flutter-ddd-firebase-course copied to clipboard

Json serialization with with deep class object Id and JsonKen(ignore:true)

Open excellencemichel opened this issue 4 years ago • 3 comments

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 ?

excellencemichel avatar Jun 11 '21 21:06 excellencemichel

I've got the same issue

goevexx avatar Jun 17 '21 19:06 goevexx

Have you removed required?

goevexx avatar Jun 23 '21 00:06 goevexx

Got the same issue

ShyrokyiOleksandr avatar Nov 14 '21 19:11 ShyrokyiOleksandr