valueOf static method

ChatState? valueOf(
  1. int value
)

Implementation

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