PaystackException constructor

PaystackException({
  1. required String message,
  2. required String code,
  3. dynamic details,
})

Implementation

PaystackException({required this.message, required this.code, this.details});