SuspensionDto constructor
Returns a new SuspensionDto instance.
Implementation
SuspensionDto({
this.beginMoment,
this.endMoment,
this.suspensionReason,
});
Returns a new SuspensionDto instance.
SuspensionDto({
this.beginMoment,
this.endMoment,
this.suspensionReason,
});