SubstanceStubDto constructor
SubstanceStubDto({
- String? id,
- String? code,
- String? chemicalForm,
- SamTextDto? name,
- SamTextDto? note,
- List<
StandardSubstanceDto> standardSubstances = const [],
Returns a new SubstanceStubDto instance.
Implementation
SubstanceStubDto({
this.id,
this.code,
this.chemicalForm,
this.name,
this.note,
this.standardSubstances = const [],
});