CarrierDetail constructor

CarrierDetail(
  1. dynamic objectType,
  2. dynamic mode,
  3. String? alternateIdentifier,
  4. String? containerType,
  5. String? destinationLocation,
  6. DateTime? estDeliveryDateLocal,
  7. DateTime? guaranteedDeliveryDate,
  8. DateTime? initialDeliveryAttempt,
  9. String? originLocation,
  10. 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);