type property
ChannelType
get
type
Get GuildChannel type
Implementation
ChannelType get type => ChannelType.values.firstWhere((element) => element.value == _type);
Get GuildChannel type
ChannelType get type => ChannelType.values.firstWhere((element) => element.value == _type);