You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Mapper()
abstract class UserMapper { @mapping(
target: 'copyWith',
ignore: true) // drawback as freezed generates a getter for the copyWith, and we have no way of determining that the copyWith shouldn't be mapped without explicitly ignoring it
UserModel fromModel(UserResponse model);
}
`
Build error -> Bad state: No element
I'm looking for help, is there anyone who can help me?
The text was updated successfully, but these errors were encountered:
Hi. I`m using Smartstruct create mapper from UserResponse -> UserModel
UserResponse class
UserModel class
Finally class Mapper
Build error ->
Bad state: No element
I'm looking for help, is there anyone who can help me?
The text was updated successfully, but these errors were encountered: