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