Profile class

Constructors

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)
Profile.fromJson(Map<String, dynamic> json)
factory

Properties

actions List<ActionInfo>
final
byId String?
final
byName String?
final
contacts List<ContactInfo>
final
controls List<ControlInfo>
final
conversationsCount int
getter/setter pair
cubes List<CubeInfo>
final
folders List<FolderInfo>
final
forms List<FormInfo>
final
hashCode int
The hash code for this object.
no setterinherited
inboxCount int
getter/setter pair
license LicenseInfo
final
name String
final
notifications List<NotificationBase>
final
notificationsCount int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states List<StateInfo>
final
userId String
final
widgets List<WidgetInfo>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited