getDouble

open fun getDouble(key: String, default: Double): Double
open fun getDouble(key: String, default: Double? = null): Double?