BatchShipment constructor
Implementation
BatchShipment(id, createdAt, updatedAt, objectType, mode, this.batchMessage,
this.batchStatus, this.trackingCode)
: super(id, createdAt, updatedAt, objectType, mode);
BatchShipment(id, createdAt, updatedAt, objectType, mode, this.batchMessage,
this.batchStatus, this.trackingCode)
: super(id, createdAt, updatedAt, objectType, mode);