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