Environment class
- Inheritance
-
- Object
- SensorType
- Environment
Constructors
- Environment.new({required int inMillis})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inMillis ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeSeries ↔ TimeSeries
-
getter/setter pairinherited
Methods
-
getAvgBrightness(
) → TimeValue -
getBrightnessAtTimestamp(
DateTime time) → TimeValue -
getMaxBrightness(
) → TimeValue -
getMinBrightness(
) → TimeValue -
listenOnProximity(
int threshold, bool isApproaching) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startTracking(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited