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