AccountUpdatedEvent constructor
const
AccountUpdatedEvent({
- required Account object,
Occurs whenever an account status or property has changed.
Implementation
const AccountUpdatedEvent({required this.object});