Destination constructor
Destination({})
Implementation
Destination({
this.location,
this.order,
this.address,
this.entrance,
this.doorPhone,
this.floor,
this.apartment,
this.comment,
this.arrivedAt,
this.handedOverAt,
this.eta,
this.skippedAt,
this.products,
this.client,
});