DashboardEvent constructor

DashboardEvent([
  1. void b(
    1. DashboardEventBuilder
    )?
])

Creates a new DashboardEvent object using the builder pattern.

Implementation

factory DashboardEvent([void Function(DashboardEventBuilder)? b]) = _$DashboardEvent;