PiDetails class

Details that are scraped from the admin page.

Annotations
  • @freezed

Constructors

PiDetails({required double? temperature, required List<double> cpuLoads, required double? memoryUsage})
factory

Properties

copyWith → $PiDetailsCopyWith<PiDetails>
no setterinherited
cpuLoads List<double>
The CPU load per core.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
memoryUsage double?
The memory usage percentage.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature double?
The CPU temperature.
no setterinherited
temperatureInCelcius String
The temperature in celsius, with symbol.
latefinal
temperatureInFahrenheit String
The temperature converted from celcius to fahrenheit, with symbol.
latefinal
temperatureInKelvin String
The temperature converted from celcius to kelvin, with symbol.
latefinal

Methods

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

Operators

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