IDashboard class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IDashboard.new({required IDashboardData Data, required IDashboardDBInfo DBInfo, required IDashboardSvcInfo SvcInfo, required IDashboardQuery Histos})
const
IDashboard.fromJson([Map<String, dynamic>? json])
factory

Properties

Data IDashboardData
Etab,Stations,Staffs,... Data
final
DBInfo IDashboardDBInfo
More DB Info...
final
hashCode int
The hash code for this object.
no setterinherited
Histos IDashboardQuery
Last 30 days histo summary
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SvcInfo IDashboardSvcInfo
Open Service summary
final

Methods

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

Operators

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