SubstanceproductDto constructor
SubstanceproductDto({
- List<
CodeStubDto> intendedcds = const [], - List<
CodeStubDto> deliveredcds = const [], - String? intendedname,
- String? deliveredname,
- String? productId,
Returns a new SubstanceproductDto instance.
Implementation
SubstanceproductDto({
this.intendedcds = const [],
this.deliveredcds = const [],
this.intendedname,
this.deliveredname,
this.productId,
});