DeliveryReport.fromJson(Map<String, dynamic> json) { url = json['url']; info = json['info'] != null ? new InfoData.fromJson(json['info']) : null; }