DashboardEvent.handleSearch constructor

const DashboardEvent.handleSearch({
  1. DateTime? selectedDate,
  2. @Default(false) bool? isNetworkError,
})

Implementation

const factory DashboardEvent.handleSearch({
  DateTime? selectedDate,
  @Default(false) bool? isNetworkError,
}) = DashboardSearchEvent;