DashboardSearchEvent constructor

const DashboardSearchEvent({
  1. DateTime? selectedDate,
  2. bool? isNetworkError,
})

Implementation

const factory DashboardSearchEvent(
    {final DateTime? selectedDate,
    final bool? isNetworkError}) = _$DashboardSearchEventImpl;