DashboardFetchedState constructor

const DashboardFetchedState({
  1. Map<String, MetricWrapper>? metricData,
  2. List<TableWrapper>? tableData,
  3. DateTime? selectedDate,
  4. bool? isNetworkError,
})

Implementation

const factory DashboardFetchedState(
    {final Map<String, MetricWrapper>? metricData,
    final List<TableWrapper>? tableData,
    final DateTime? selectedDate,
    final bool? isNetworkError}) = _$DashboardFetchedStateImpl;