kmttAPI
0.3.2
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Size
Size
data
class
Size
(
width
:
Long
?
,
height
:
Long
?
,
ratio
:
Double
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
width
height
ratio
Constructors
Size
Link copied to clipboard
fun
Size
(
width
:
Long
?
=
null
,
height
:
Long
?
=
null
,
ratio
:
Double
?
=
null
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Long
?
=
null
Content copied to clipboard
ratio
Link copied to clipboard
val
ratio
:
Double
?
=
null
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Long
?
=
null
Content copied to clipboard