data class CharacterDetail
Model view to display on the screen CharacterDetailFragment.
<init> |
Model view to display on the screen CharacterDetailFragment. CharacterDetail(id: Long, name: String, description: String, imageUrl: String) |
description |
val description: String |
id |
val id: Long |
imageUrl |
val imageUrl: String |
name |
val name: String |