sudovirtualcards
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudovirtualcards
sudovirtualcards
/
com.sudoplatform.sudovirtualcards.types
/
JsonValue
/
JsonBoolean
Json
Boolean
data
class
JsonBoolean
(
val
value
:
Boolean
)
:
JsonValue
<
Boolean
>
Members
Constructors
Json
Boolean
Link copied to clipboard
constructor
(
value
:
Boolean
)
Properties
value
Link copied to clipboard
val
value
:
Boolean
Functions
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
Any
Unwrap the value associated with the specific
JsonValue
type.