DialogShownEvent constructor
DialogShownEvent({})
Implementation
DialogShownEvent({
required this.dialogId,
required this.dialogType,
required this.accounts,
required this.title,
this.subtitle,
});
DialogShownEvent({
required this.dialogId,
required this.dialogType,
required this.accounts,
required this.title,
this.subtitle,
});