Join Slack
Communities
Powered by
I realized that I need to create a function that c...
# android
a
Adam Kirk
03/22/2019, 6:53 PM
I realized that I need to create a function that converts one to the other…
Copy code
fun createUser(from: CurrentUserResponse): User = User( from.userID, from.userName... )
Which made it work.
Open in Slack
Previous
Next