PaymentFrameModel constructor Null safety

PaymentFrameModel(
  1. {dynamic code,
  2. String? referenceCode,
  3. String? frame,
  4. String? domain,
  5. String? confirmationPage,
  6. String? rejectionPage,
  7. String? paymentUrl,
  8. dynamic browser}
)

Implementation

PaymentFrameModel({
  this.code,
  this.referenceCode,
  this.frame,
  this.domain,
  this.confirmationPage,
  this.rejectionPage,
  this.paymentUrl,
  this.browser,
});