ImageResponseUiModel

data class ImageResponseUiModel(val imageUrl: String? = null, val image: ByteArray? = null) : ResponseUiModel

Constructors

Link copied to clipboard
constructor(imageUrl: String? = null, image: ByteArray? = null)

Properties

Link copied to clipboard
val image: ByteArray? = null
Link copied to clipboard
val imageUrl: String? = null