AnalysisUnits class

Implemented types

Constructors

AnalysisUnits({required String batteryLevel, required String batteryTemperature, required String cpuFrequency, required String cpuTemperature, required String ramConsumption, required String trafficConsumption})
const
AnalysisUnits.fromMap(Map<String, dynamic> map)
factory

Properties

batteryLevel String
final
batteryTemperature String
final
cpuFrequency String
final
cpuTemperature String
final
hashCode int
The hash code for this object.
no setterinherited
ramConsumption String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficConsumption String
final

Methods

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

Operators

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