SupplyProblemDto constructor
SupplyProblemDto({
- int? from,
- int? to,
- SamTextDto? reason,
- int? expectedEndOn,
- SamTextDto? impact,
- SamTextDto? additionalInformation,
Returns a new SupplyProblemDto instance.
Implementation
SupplyProblemDto({
this.from,
this.to,
this.reason,
this.expectedEndOn,
this.impact,
this.additionalInformation,
});