CustomsInfo constructor
CustomsInfo(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- String? contentsExplanation,
- String? contentsType,
- bool? customsShouldCertify,
- List<CustomsItem>? customsItems,
- String? customsSigner,
- String? declaration,
- CustomsFormType? eelPfc,
- NonDeliveryOption? nonDeliveryOption,
- 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);