PaymentOptionsModel constructor Null safety
Implementation
PaymentOptionsModel({
this.id,
this.code,
this.title,
this.additionalFees,
this.hasCashLimit,
this.cashLimit,
this.cashLimitMsg,
this.image,
this.currencySymbol,
});
PaymentOptionsModel({
this.id,
this.code,
this.title,
this.additionalFees,
this.hasCashLimit,
this.cashLimit,
this.cashLimitMsg,
this.image,
this.currencySymbol,
});