Closed jamontes79 closed 3 years ago
I'm getting an error in the watchAll method because the mapping is not working.
It's seems to be something related with the kt_dart package.
The exception is "type 'DartList' is not a subtype of type 'KtList'" when I call to the method: toImmutableList()
I used the latest version (0.8.0) and the same like this repository: ^0.7.0+1
Any idea about the error?
Thanks in advance.
It's solved... forcing mapping to Note
I'm getting an error in the watchAll method because the mapping is not working.
It's seems to be something related with the kt_dart package.
The exception is "type 'DartList' is not a subtype of type 'KtList'" when I call to the method: toImmutableList()
I used the latest version (0.8.0) and the same like this repository: ^0.7.0+1
Any idea about the error?
Thanks in advance.