Sensor.type constructor

Sensor.type(
  1. SensorType type
)

Implementation

Sensor.type(SensorType type)
    : this._(
        type: type,
      );