Returns the double value for key, or null if absent or not a double.
key
null
double? tryDouble(K key) => tryGet<double>(key);