Created
April 23, 2020 16:35
-
-
Save alfonsogarsan/4a3641baaf718c84cff6e03c08268d94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun AnswerApiDto.toDomain() = Answer( | |
answer = answer, | |
forced = forced, | |
imageUrl = image | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment