StandardSubstanceDto constructor
StandardSubstanceDto({
- String? code,
- StandardSubstanceDtoTypeEnum? type,
- SamTextDto? name,
- SamTextDto? definition,
- String? url,
Returns a new StandardSubstanceDto instance.
Implementation
StandardSubstanceDto({
this.code,
this.type,
this.name,
this.definition,
this.url,
});