@override bool? getBool(String key, [bool? defaultValue]) => Converter.getBool(_map[key], defaultValue);