SensorGetSetConvertedProperty<N, F> class
- Inheritance
-
- Object
- SensorGetConvertedProperty<
N, F> - SensorGetSetConvertedProperty
Constructors
-
SensorGetSetConvertedProperty(String guid, Future<
N> getter(String), Future<void> setter(String, N), SensorPropertyConverter<N, F> converter)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
F newValue) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited