EndShipperCollection constructor
- dynamic objectType,
- dynamic mode,
- dynamic hasMore,
- List<
EndShipper> ? endShippers
Implementation
EndShipperCollection(objectType, mode, hasMore, this.endShippers)
: super(objectType, mode, hasMore);
EndShipperCollection(objectType, mode, hasMore, this.endShippers)
: super(objectType, mode, hasMore);