menu
customized_webview package
documentation
payment_webview.dart
PaymentResult
PaymentResult.new constructor
PaymentResult.new constructor
dark_mode
light_mode
PaymentResult
constructor
PaymentResult
(
{
required
String
status
,
String
?
transactionId
,
double
?
amount
,
})
Implementation
PaymentResult({ required this.status, this.transactionId, this.amount, });
customized_webview package
documentation
payment_webview
PaymentResult
PaymentResult.new constructor
PaymentResult class