PaymentMethodFailed constructor

PaymentMethodFailed({
  1. required String details,
})

Implementation

PaymentMethodFailed({
  required this.details,
});