AnalysisDataInterface class abstract
- Implemented types
Properties
-
batteryLevel
→ Map<
DateTime, num> -
no setter
-
batteryTemperature
→ Map<
DateTime, num> -
no setter
-
cpuFrequency
→ Map<
DateTime, List< num> > -
no setter
-
cpuTemperature
→ Map<
DateTime, num> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ramConsumption
→ Map<
DateTime, RamInfo> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficConsumption
→ Map<
DateTime, num> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited