CustomsItem constructor
CustomsItem(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- String? code,
- String? currency,
- String? description,
- String? hsTariffNumber,
- String? originCountry,
- int? quantity,
- String? value,
- double? weight
)
Implementation
CustomsItem(
id,
createdAt,
updatedAt,
objectType,
mode,
this.code,
this.currency,
this.description,
this.hsTariffNumber,
this.originCountry,
this.quantity,
this.value,
this.weight,
) : super(id, createdAt, updatedAt, objectType, mode);