PaystackError constructor

PaystackError({
  1. required String message,
  2. String? code,
  3. Map<String, dynamic>? details,
})

Implementation

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