WebViewDetailsModel constructor
WebViewDetailsModel({
- required Color themeColor,
- bool? isAmexEnableForAdmin,
- String? orderID,
- int? isMasterEnableForCyber,
- int? isVisaEnableForCyber,
- int? isMasterEnableForCyberAdmin,
- int? isVisaEnableForCyberAdmin,
- String? creditcardType,
- String? sadadId,
- String? cardnumber,
- String? merchantSadadId,
- String? expiryDate,
- String? cvv,
- String? cardHolderName,
- String? customerName,
- String? token,
- String? paymentMethod,
- PackageMode? packageMode,
- String? contactNumber = "",
- List? productDetail = const [],
- double? transactionAmount,
- String? transactionId,
- String? email,
- String? checksum,
- String? merchantUserId,
- 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});