ImageDetails

data class ImageDetails(val width: Long, val height: Long)

Constructors

Link copied to clipboard
constructor(width: Long, height: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val width: Long