SetupIntentSucceededEvent constructor

const SetupIntentSucceededEvent({
  1. required SetupIntent object,
})

Occurs when an SetupIntent has successfully setup a payment method.

Implementation

const SetupIntentSucceededEvent({required this.object});