factory UpgradeErrorBean.fromJson(Map<String, dynamic> json) => UpgradeErrorBean( error: json["error"], errorContent: json["errorContent"], );