toggle menu
yorkie
0.7.12
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.yson
/
YsonValue
/
YsonInt
Yson
Int
data
class
YsonInt
(
val
value
:
Int
)
:
YsonValue
YsonInt
represents a 32-bit integer literal, serialized as
Int(value)
.
Members
Constructors
Yson
Int
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
value
Link copied to clipboard
val
value
:
Int