DashboardError constructor

DashboardError({
  1. String? message,
  2. DashboardErrorType? type,
})

Implementation

DashboardError({
  this.message,
  this.type,
});