CustomsInfo constructor

CustomsInfo(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. String? contentsExplanation,
  7. String? contentsType,
  8. bool? customsShouldCertify,
  9. List<CustomsItem>? customsItems,
  10. String? customsSigner,
  11. String? declaration,
  12. CustomsFormType? eelPfc,
  13. NonDeliveryOption? nonDeliveryOption,
  14. String? restrictionComments,
  15. CustomsRestrictionType? restrictionType
)

Implementation

CustomsInfo(
  id,
  createdAt,
  updatedAt,
  objectType,
  mode,
  this.contentsExplanation,
  this.contentsType,
  this.customsShouldCertify,
  this.customsItems,
  this.customsSigner,
  this.declaration,
  this.eelPfc,
  this.nonDeliveryOption,
  this.restrictionComments,
  this.restrictionType,
) : super(id, createdAt, updatedAt, objectType, mode);