DashboardTheme constructor

DashboardTheme({
  1. int? id,
  2. String? label,
})

Implementation

DashboardTheme({
  this.id,
  this.label,
});