WebViewDetailsModel constructor

WebViewDetailsModel({
  1. required Color themeColor,
  2. bool? isAmexEnableForAdmin,
  3. String? orderID,
  4. int? isMasterEnableForCyber,
  5. int? isVisaEnableForCyber,
  6. int? isMasterEnableForCyberAdmin,
  7. int? isVisaEnableForCyberAdmin,
  8. String? creditcardType,
  9. String? sadadId,
  10. String? cardnumber,
  11. String? merchantSadadId,
  12. String? expiryDate,
  13. String? cvv,
  14. String? cardHolderName,
  15. String? customerName,
  16. String? token,
  17. String? paymentMethod,
  18. PackageMode? packageMode,
  19. String? contactNumber = "",
  20. List? productDetail = const [],
  21. double? transactionAmount,
  22. String? transactionId,
  23. String? email,
  24. String? checksum,
  25. String? merchantUserId,
  26. String? htmlString,
})

Implementation

WebViewDetailsModel(
    {required this.themeColor,this.isAmexEnableForAdmin,this.orderID,
    this.isMasterEnableForCyber,
    this.isVisaEnableForCyber,
    this.isMasterEnableForCyberAdmin,
    this.isVisaEnableForCyberAdmin,
    this.creditcardType,
    this.sadadId,
    this.cardnumber,
    this.merchantSadadId,
    this.expiryDate,
    this.cvv,
    this.cardHolderName,
    this.customerName,
    this.token,
    this.paymentMethod,
    this.packageMode,
    this.contactNumber = "",
    this.productDetail = const [],
    this.transactionAmount,
    this.transactionId,
    this.email,
    this.checksum,
    this.merchantUserId,this.htmlString});