Reads a value from persistent storage, throwing an exception if it's not a double.
@override double? getDouble(String key) => getAs(key);