Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
environmental_dashboard_model.dart File Reference
import domain;
import entities;
import environmental_dashboard_entity.dart;
Include dependency graph for environmental_dashboard_model.dart:

Go to the source code of this file.

Classes

class  EnvironmentalDashboardEntity

Functions

class EnvironmentalDashboardModel extends EnvironmentalDashboardEntity ColorMetricsModel ({ required super.blue, required super.gray, required super.green, required super.orange, })
 EnvironmentalDashboardModel ({ required super.balance, required super.colorMetrics, })
factory EnvironmentalDashboardModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()

Function Documentation

◆ ColorMetricsModel()

class EnvironmentalDashboardModel extends EnvironmentalDashboardEntity ColorMetricsModel ( { required super.blue, required super.gray, required super.green, required super.orange, } )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnvironmentalDashboardModel()

ColorMetricsModel::EnvironmentalDashboardModel ( { required super.balance, required super.colorMetrics, } )

◆ fromJson()

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

Definition at line 5 of file environmental_dashboard_model.dart.

◆ toJson()

Map< String, dynamic > ColorMetricsModel::toJson ( )

Definition at line 14 of file environmental_dashboard_model.dart.