valueOf static method

ServoState? valueOf(
  1. int value
)

Implementation

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