DashboardConfig constructor

DashboardConfig({
  1. DashboardConfig1? dashboardConfig,
  2. UserProConfig? userProConfig,
  3. DashboardTheme? dashboardTheme,
})

Implementation

DashboardConfig(
    {this.dashboardConfig, this.userProConfig, this.dashboardTheme});