SubstanceproductDto constructor

SubstanceproductDto({
  1. List<CodeStubDto> intendedcds = const [],
  2. List<CodeStubDto> deliveredcds = const [],
  3. String? intendedname,
  4. String? deliveredname,
  5. String? productId,
})

Returns a new SubstanceproductDto instance.

Implementation

SubstanceproductDto({
  this.intendedcds = const [],
  this.deliveredcds = const [],
  this.intendedname,
  this.deliveredname,
  this.productId,
});