by Nullable Double List
fun JsonObject?.byNullableDoubleList(key: String? = null, default: JsonArrayDefaultSelector<Double?>): JsonDelegateProperty<List<Double?>>
Content copied to clipboard
fun JsonObject?.byNullableDoubleList(key: String? = null, default: List<Double?>): JsonDelegateProperty<List<Double?>>
Content copied to clipboard
fun JsonObject?.byNullableDoubleList(key: String): JsonDelegateProperty<List<Double?>>
Content copied to clipboard
val JsonObject?.byNullableDoubleList: JsonDelegateProperty<List<Double?>>
Content copied to clipboard