valueOf static method

SensorType? valueOf(
  1. int value
)

Implementation

static SensorType? valueOf($core.int value) => _byValue[value];