VirtualIngredientDto constructor
VirtualIngredientDto({
- int? from,
- int? to,
- int? rank,
- VirtualIngredientDtoTypeEnum? type,
- StrengthRangeDto? strengthRange,
- SubstanceStubDto? substance,
Returns a new VirtualIngredientDto instance.
Implementation
VirtualIngredientDto({
this.from,
this.to,
this.rank,
this.type,
this.strengthRange,
this.substance,
});