Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['code'] = _code; map['msg'] = _msg; map['type'] = _type; return map; }