HomeMenuEntity constructor

HomeMenuEntity({
  1. required String? appId,
  2. String? name,
  3. String? menuId,
  4. RgbEntity? iconColorOverride,
  5. BackgroundEntity? backgroundOverride,
  6. RgbEntity? popupMenuBackgroundColorOverride,
})

Implementation

HomeMenuEntity({
  required this.appId,
  this.name,
  this.menuId,
  this.iconColorOverride,
  this.backgroundOverride,
  this.popupMenuBackgroundColorOverride,
});