PaymentMethodChangeEventInit constructor

PaymentMethodChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String methodName,
  5. JSObject? methodDetails,
})

Implementation

external factory PaymentMethodChangeEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String methodName,
  JSObject? methodDetails,
});