AmpComponentDto constructor
AmpComponentDto({
- int? from,
- int? to,
- List<
IngredientDto> ingredients = const [], - List<
PharmaceuticalFormStubDto> pharmaceuticalForms = const [], - List<
RouteOfAdministrationDto> routeOfAdministrations = const [], - String? dividable,
- String? scored,
- AmpComponentDtoCrushableEnum? crushable,
- AmpComponentDtoContainsAlcoholEnum? containsAlcohol,
- bool? sugarFree,
- int? modifiedReleaseType,
- int? specificDrugDevice,
- String? dimensions,
- SamTextDto? name,
- 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,
});