SGP30result class

SGP30 measured data: co2Equivalent and totalVOC sensor.

Constructors

SGP30result(int co2Equivalent, int totalVOC)

Properties

co2Equivalent int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalVOC int
getter/setter pair

Methods

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

Operators

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