ChannelType.from constructor

ChannelType.from(
  1. int value
)

Creates instance of ChannelType from value.

Implementation

ChannelType.from(int value) : super(value);