Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alfonsogarsan/4a3641baaf718c84cff6e03c08268d94 to your computer and use it in GitHub Desktop.
Save alfonsogarsan/4a3641baaf718c84cff6e03c08268d94 to your computer and use it in GitHub Desktop.
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