double getDouble(String path, [double defaultValue = 0.0]) { return getDoubleOrNull(path, defaultValue) ?? defaultValue; }