JsonSize

data class JsonSize(var width: Double, var height: Double) : Parcelable

Standard size object

Constructors

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

Properties

Link copied to clipboard

Height parameter

Link copied to clipboard

Width parameter