DashboardState.fetched constructor
const
DashboardState.fetched({
- Map<
String, MetricWrapper> ? metricData, - List<
TableWrapper> ? tableData, - DateTime? selectedDate,
- @Default(false) bool? isNetworkError,
Implementation
const factory DashboardState.fetched({
Map<String, MetricWrapper>? metricData,
List<TableWrapper>? tableData,
DateTime? selectedDate,
@Default(false) bool? isNetworkError,
}) = DashboardFetchedState;