type property

Get GuildChannel type

Implementation

ChannelType get type => ChannelType.values.firstWhere((element) => element.value == _type);