HomeMenuModel constructor
HomeMenuModel({})
Implementation
HomeMenuModel({
required this.documentID,
required this.appId,
this.name,
this.menu,
this.iconColorOverride,
this.backgroundOverride,
this.popupMenuBackgroundColorOverride,
});