BME280result class

BME280 measured data: temperature, pressure and humidity (BME280 only).

Constructors

BME280result(double temperature, double pressure, double humidity)

Properties

hashCode int
The hash code for this object.
no setterinherited
humidity double
relative humidity %
final
pressure double
pressure in hPa
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 BME280result as a JSON string. fractionDigits controls the number fraction digits.
toString() String
A string representation of this object.
override

Operators

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