mockSensorType property

MockSensorType mockSensorType

Implementation

MockSensorType get mockSensorType =>
    MockSensorType.fromValue(js_util.getProperty(this, 'mockSensorType'));
void mockSensorType=(MockSensorType newValue)

Implementation

set mockSensorType(MockSensorType newValue) {
  js_util.setProperty(this, 'mockSensorType', newValue.value);
}