CopaymentDto constructor
Returns a new CopaymentDto instance.
Implementation
CopaymentDto({
this.regimeType,
this.from,
this.to,
this.feeAmount,
});
Returns a new CopaymentDto instance.
CopaymentDto({
this.regimeType,
this.from,
this.to,
this.feeAmount,
});