STCPayModel constructor

STCPayModel(
  1. String? type,
  2. String? mobile,
  3. String? referenceNumber,
  4. String? branch,
  5. String? cashier,
  6. String? transactionUrl,
  7. String? message,
)

Implementation

STCPayModel(this.type, this.mobile, this.referenceNumber, this.branch,
    this.cashier, this.transactionUrl, this.message);