DashboardError constructor
DashboardError({
- String? message,
- DashboardErrorType? type,
Implementation
DashboardError({
this.message,
this.type,
});
DashboardError({
this.message,
this.type,
});