AccountExternalAccountCreatedEvent constructor

const AccountExternalAccountCreatedEvent({
  1. required AccountExternalAccountCreatedEventObject object,
})

Occurs whenever an external account is created.

Implementation

const AccountExternalAccountCreatedEvent({required this.object});