PaystackResponse constructor

PaystackResponse({
  1. required String code,
  2. required String message,
  3. String? reference,
})

Implementation

PaystackResponse({required this.code, required this.message, this.reference});