factory UContractJsonData.fromMap(Map<String, dynamic> json) => UContractJsonData( description: json["description"], );