Reads a stored double, or null when the key was never written.
@override double? readDouble(String key) => _values[key] as double?;