DashboardItem class
- Inheritance
-
- Object
- BaseEntity
- IdentifiableEntity
- DashboardItem
- Annotations
-
- @AnnotationReflectable
- @Entity(tableName: 'dashboarditem', apiResourceName: 'dashboardItems')
Constructors
- DashboardItem({required String id, required String name, String? created, String? lastUpdated, required Dashboard? dashboard, String? type, int? contentCount, int? interpretationCount, int? interpretationLikeCount, String? chart, String? report, required dynamic dirty})
-
DashboardItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- chart ↔ String?
-
getter/setter pair
- code → String?
-
finalinherited
- contentCount ↔ int?
-
getter/setter pair
- created ↔ String?
-
getter/setter pairinherited
- dashboard ↔ Dashboard?
-
getter/setter pair
- dirty ↔ bool
-
getter/setter pairinherited
- displayName → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pairinherited
- interpretationCount ↔ int?
-
getter/setter pair
- interpretationLikeCount ↔ int?
-
getter/setter pair
- lastUpdated ↔ String?
-
getter/setter pairinherited
- name ↔ String?
-
getter/setter pairinherited
- report ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortName → String?
-
finalinherited
- skipDateUpdate ↔ bool?
-
getter/setter pairinherited
- translation → Translation?
-
no setterinherited
- translations ↔ dynamic
-
getter/setter pairinherited
- type ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited