core.Map<core.String, core.dynamic> toJson() { final deliveryType = this.deliveryType; final name = this.name; return {'deliveryType': ?deliveryType, 'name': ?name}; }