valueOf static method

TopicType? valueOf(
  1. int value
)

Implementation

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