bool getBool(String path, [bool defaultValue = false]) { return getBoolOrNull(path, defaultValue) ?? defaultValue; }