nullableDoubleList

fun JsonModel?.nullableDoubleList(key: String? = null, default: JsonArrayDefaultSelector<Double?>): JsonDelegateProperty<List<Double?>>
fun JsonModel?.nullableDoubleList(key: String? = null, default: List<Double?>): JsonDelegateProperty<List<Double?>>
fun JsonModel?.nullableDoubleList(key: String): JsonDelegateProperty<List<Double?>>
val JsonModel?.nullableDoubleList: JsonDelegateProperty<List<Double?>>