@override bool getBool(String key, bool defaultValue) { return _getOrNull<bool>(key) ?? defaultValue; }