SensorGetConvertedProperty<N, F> constructor

SensorGetConvertedProperty<N, F>(
  1. String guid,
  2. Future<N> _getter(
    1. String
    ),
  3. SensorPropertyConverter<N, F> _converter
)

Implementation

SensorGetConvertedProperty(super.guid, this._getter, this._converter);