AmppComponentDto constructor

AmppComponentDto({
  1. int? from,
  2. int? to,
  3. AmppComponentDtoContentTypeEnum? contentType,
  4. int? contentMultiplier,
  5. String? packSpecification,
  6. DeviceTypeDto? deviceType,
  7. PackagingTypeDto? packagingType,
})

Returns a new AmppComponentDto instance.

Implementation

AmppComponentDto({
  this.from,
  this.to,
  this.contentType,
  this.contentMultiplier,
  this.packSpecification,
  this.deviceType,
  this.packagingType,
});