Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlin-metadata-jvm
2.0.20
jvm
switch theme
search in API
kotlin-metadata-jvm
/
kotlin.metadata
/
KmAnnotationArgument
/
UIntValue
UInt
Value
data
class
UIntValue
(
val
value
:
UInt
)
:
KmAnnotationArgument.LiteralValue
<
UInt
>
An annotation argument with a
UInt
type.
Members
Constructors
UInt
Value
Link copied to clipboard
constructor
(
value
:
UInt
)
Properties
value
Link copied to clipboard
open
override
val
value
:
UInt
The value of this argument.