@override Map<String, dynamic> toJson() { final json = super.toJson(); json['actualDeliveryDate'] = actualDeliveryDate; return json; }