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