SHT31result class

SHT31 measured data: temperature and humidity sensor.

Constructors

SHT31result(double temperature, double humidity)

Properties

hashCode int
The hash code for this object.
no setterinherited
humidity double
relative humidity %
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature double
temperature °C
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON([int fractionDigits = 2]) String
Returns a SHT31result as a JSON string. fractionDigits controls the number of fraction digits.
toString() String
A string representation of this object.
inherited

Operators

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