by Nullable Char
fun JsonObject?.byNullableChar(key: String? = null, default: JsonObjectDefaultSelector<Char?>): JsonDelegateProperty<Char?>
Content copied to clipboard
fun JsonObject?.byNullableChar(key: String? = null, default: Char?): JsonDelegateProperty<Char?>
Content copied to clipboard