AppUpdatedEvent constructor
AppUpdatedEvent({})
Returns a new AppUpdatedEvent instance.
Implementation
AppUpdatedEvent({
required this.app,
required this.createdAt,
this.custom = const {},
this.receivedAt,
this.type = 'app.updated',
});