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