double List
fun JsonModel.doubleList(key: String? = null, default: JsonArrayDefaultSelector<Double>): JsonDelegateProperty<List<Double>>
Content copied to clipboard
fun JsonModel.doubleList(key: String? = null, default: List<Double>): JsonDelegateProperty<List<Double>>
Content copied to clipboard
fun JsonModel.doubleList(key: String): JsonDelegateProperty<List<Double>>
Content copied to clipboard