nullable Double
fun JsonModel?.nullableDouble(key: String? = null, default: JsonObjectDefaultSelector<Double?>): JsonDelegateProperty<Double?>
Content copied to clipboard
fun JsonModel?.nullableDouble(key: String? = null, default: Double?): JsonDelegateProperty<Double?>
Content copied to clipboard
fun JsonModel?.nullableDouble(key: String): JsonDelegateProperty<Double?>
Content copied to clipboard