static bool getBool( Map<String, dynamic> map, List<String> keys, { bool defaultValue = false, }) { return get<bool>(map, keys, defaultValue: defaultValue); }