IngredientDto constructor
IngredientDto({
- int? from,
- int? to,
- int? rank,
- IngredientDtoTypeEnum? type,
- bool? knownEffect,
- String? strengthDescription,
- QuantityDto? strength,
- String? additionalInformation,
- SubstanceStubDto? substance,
Returns a new IngredientDto instance.
Implementation
IngredientDto({
this.from,
this.to,
this.rank,
this.type,
this.knownEffect,
this.strengthDescription,
this.strength,
this.additionalInformation,
this.substance,
});