p0.AlifError fromMap(Map<String, dynamic> map) => p0.AlifError(code: Mapper.i.$get(map, 'code'), msg: Mapper.i.$getOpt(map, 'msg') ?? '');