DashboardEvent constructor
DashboardEvent([
- void b()?
Creates a new DashboardEvent object using the builder pattern.
Implementation
factory DashboardEvent([void Function(DashboardEventBuilder)? b]) = _$DashboardEvent;