valueOf static method

MqttState? valueOf(
  1. int value
)

Implementation

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