Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
EnvironmentalDashboardEntity Class Reference

Private Member Functions

 EnvironmentalDashboardModel ({ required super.balance, required super.colorMetrics, })
factory EnvironmentalDashboardModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 EnvironmentalDashboardEntity ({ required this.balance, required this.colorMetrics, })

Private Attributes

final num balance
final ColorMetricsEntity colorMetrics

Detailed Description

Definition at line 3 of file environmental_dashboard_model.dart.

Constructor & Destructor Documentation

◆ EnvironmentalDashboardEntity()

EnvironmentalDashboardEntity::EnvironmentalDashboardEntity ( { required this.balance, required this.colorMetrics, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ EnvironmentalDashboardModel()

EnvironmentalDashboardEntity::EnvironmentalDashboardModel ( { required super.balance, required super.colorMetrics, } )
private
Here is the caller graph for this function:

◆ fromJson()

factory EnvironmentalDashboardModel EnvironmentalDashboardEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 9 of file environmental_dashboard_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > EnvironmentalDashboardEntity::toJson ( )
inlineprivate

Definition at line 18 of file environmental_dashboard_model.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ balance

final num EnvironmentalDashboardEntity::balance
private

Definition at line 2 of file environmental_dashboard_entity.dart.

◆ colorMetrics

final ColorMetricsEntity EnvironmentalDashboardEntity::colorMetrics
private

Definition at line 3 of file environmental_dashboard_entity.dart.


The documentation for this class was generated from the following files: