VariantOptionalTypeWrapper

Internal class to wrap Optional member type of variant type to keep type information of nullable value when marshalling between Java and C++

Constructors

Link copied to clipboard
open fun VariantOptionalTypeWrapper(@Nullable value: Any)
Create a box that wraps Nullable type

Functions

Link copied to clipboard
open fun valueOf(@Nullable value: Any): VariantOptionalTypeWrapper
Create a box that wraps Nullable type

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val value: Any