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 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 ?