treatsAsNullableUInt

fun JsonElement?.treatsAsNullableUInt(defValue: UInt? = null): UInt?

Method used to treats a JsonElement value as nullable UInt

Return

the JsonElement as nullable UInt

Parameters

defValue

The default value to return if the JsonElement is null or is not a UInt value