ShipmentCollection constructor

ShipmentCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<Shipment>? shipments
)

Implementation

ShipmentCollection(objectType, mode, hasMore, this.shipments)
    : super(objectType, mode, hasMore);