PaymentRequired constructor

const PaymentRequired({
  1. String? message,
  2. ErrorType errorType = ErrorType.paymentRequired,
})

Implementation

const PaymentRequired({
  String? message,
  ErrorType errorType = ErrorType.paymentRequired,
}) : super(errorType, message: message);