menu
paystack_payment package
documentation
paystack_response.dart
PaystackResponse
PaystackResponse.new constructor
PaystackResponse.new constructor
dark_mode
light_mode
PaystackResponse
constructor
PaystackResponse
(
{
required
String
code
,
required
String
message
,
String
?
reference
,
})
Implementation
PaystackResponse({required this.code, required this.message, this.reference});
paystack_payment package
documentation
paystack_response
PaystackResponse
PaystackResponse.new constructor
PaystackResponse class