channelType property
- @JsonKey.new(defaultValue: ChannelType.group, unknownEnumValue: ChannelType.group)
getter/setter pairinherited
      The ChannelType of the channel this message belongs to.
Implementation
@JsonKey(defaultValue: ChannelType.group, unknownEnumValue: ChannelType.group)
ChannelType channelType;