valueOf static method

ChannelKind? valueOf(
  1. int value
)

Implementation

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