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