BatchShipment constructor

BatchShipment(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. String? batchMessage,
  7. String? batchStatus,
  8. String? trackingCode
)

Implementation

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