static WrapMode? parse(Map<String, Object?> map, String key) { return Parser.integerEnum(map, key, valueOf); }