MastercardException constructor

const MastercardException(
  1. String message, {
  2. int? statusCode,
  3. Map<String, dynamic>? response,
})

Implementation

const MastercardException(
  this.message, {
  this.statusCode,
  this.response,
});