SensorGetConvertedProperty<N, F> constructor
SensorGetConvertedProperty<N, F> (
- String guid,
- Future<
N> _getter(), - SensorPropertyConverter<
N, F> _converter
Implementation
SensorGetConvertedProperty(super.guid, this._getter, this._converter);