ZoomRatio

@Serializable
data class ZoomRatio(var zoomRatio: Double? = null) : Update<ZoomRatio>

Constructors

Link copied to clipboard
constructor(zoomRatio: Double? = null)

Properties

Link copied to clipboard