Batch constructor
Batch(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- String? error,
- String? labelUrl,
- String? message,
- int? numShipments,
- String? reference,
- ScanForm? scanForm,
- List<BatchShipment>? shipments,
- BatchState? state,
- Map<String, int>? status
)
Implementation
Batch(
id,
createdAt,
updatedAt,
objectType,
mode,
this.error,
this.labelUrl,
this.message,
this.numShipments,
this.reference,
this.scanForm,
this.shipments,
this.state,
this.status)
: super(id, createdAt, updatedAt, objectType, mode);