Profile constructor
Profile(
- List<
FormInfo> forms, - List<
ActionInfo> actions, - List<
CubeInfo> cubes, - List<
FolderInfo> folders, - List<
WidgetInfo> widgets, - List<
NotificationBase> notifications, - int notificationsCount,
- int conversationsCount,
- int inboxCount,
- List<
ContactInfo> contacts, - String userId,
- String? byId,
- String name,
- String? byName,
- List<
StateInfo> states, - List<
ControlInfo> controls, - LicenseInfo license,
Implementation
Profile(
this.forms,
this.actions,
this.cubes,
this.folders,
this.widgets,
this.notifications,
this.notificationsCount,
this.conversationsCount,
this.inboxCount,
this.contacts,
this.userId,
this.byId,
this.name,
this.byName,
this.states,
this.controls,
this.license,
);