treatsAsNullableULong

fun JsonElement?.treatsAsNullableULong(defValue: ULong? = null): ULong?

Method used to treats a JsonElement value as nullable ULong

Return

the JsonElement as nullable ULong

Parameters

defValue

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