DashboardInfo class

Inheritance
Implemented types
Implementers

Constructors

DashboardInfo(String title)
DashboardInfo.fromJson(Map<String, dynamic> json)

Properties

assignedCustomers Set<ShortCustomerInfo>
getter/setter pair
createdTime int?
getter/setter pairinherited
customerId CustomerId?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id DashboardId?
getter/setter pairinherited
image String?
getter/setter pair
mobileHide bool?
getter/setter pair
mobileOrder int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId TenantId?
getter/setter pair
title String
getter/setter pair

Methods

baseDataString([String? toStringBody]) String
inherited
dashboardInfoString([String? toStringBody]) String
getCreatedTime() int?
inherited
getCustomerId() CustomerId?
override
getEntityType() EntityType
getId() DashboardId?
inherited
getName() String
override
getOwnerId() EntityId?
getTenantId() TenantId?
override
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(DashboardId? id) → dynamic
inherited
setOwnerId(EntityId entityId) → void
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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