Width

@Serializable
data class Width(var width: Int? = null) : Update<Width>

Constructors

Link copied to clipboard
constructor(width: Int? = null)

Properties

Link copied to clipboard
var width: Int?