AmpComponentDto constructor

AmpComponentDto({
  1. int? from,
  2. int? to,
  3. List<IngredientDto> ingredients = const [],
  4. List<PharmaceuticalFormStubDto> pharmaceuticalForms = const [],
  5. List<RouteOfAdministrationDto> routeOfAdministrations = const [],
  6. String? dividable,
  7. String? scored,
  8. AmpComponentDtoCrushableEnum? crushable,
  9. AmpComponentDtoContainsAlcoholEnum? containsAlcohol,
  10. bool? sugarFree,
  11. int? modifiedReleaseType,
  12. int? specificDrugDevice,
  13. String? dimensions,
  14. SamTextDto? name,
  15. SamTextDto? note,
})

Returns a new AmpComponentDto instance.

Implementation

AmpComponentDto({
  this.from,
  this.to,
  this.ingredients = const [],
  this.pharmaceuticalForms = const [],
  this.routeOfAdministrations = const [],
  this.dividable,
  this.scored,
  this.crushable,
  this.containsAlcohol,
  this.sugarFree,
  this.modifiedReleaseType,
  this.specificDrugDevice,
  this.dimensions,
  this.name,
  this.note,
});