CarrierDetail constructor
CarrierDetail(- dynamic objectType,
- dynamic mode,
- String? alternateIdentifier,
- String? containerType,
- String? destinationLocation,
- DateTime? estDeliveryDateLocal,
- DateTime? guaranteedDeliveryDate,
- DateTime? initialDeliveryAttempt,
- String? originLocation,
- String? service
)
Implementation
CarrierDetail(
objectType,
mode,
this.alternateIdentifier,
this.containerType,
this.destinationLocation,
this.estDeliveryDateLocal,
this.guaranteedDeliveryDate,
this.initialDeliveryAttempt,
this.originLocation,
this.service,
) : super(objectType, mode);