AccountUpdatedEvent constructor

const AccountUpdatedEvent({
  1. required Account object,
})

Occurs whenever an account status or property has changed.

Implementation

const AccountUpdatedEvent({required this.object});