AmppComponentDto constructor
AmppComponentDto({
- int? from,
- int? to,
- AmppComponentDtoContentTypeEnum? contentType,
- int? contentMultiplier,
- String? packSpecification,
- DeviceTypeDto? deviceType,
- PackagingTypeDto? packagingType,
Returns a new AmppComponentDto instance.
Implementation
AmppComponentDto({
this.from,
this.to,
this.contentType,
this.contentMultiplier,
this.packSpecification,
this.deviceType,
this.packagingType,
});