channelType property

  1. @JsonKey(defaultValue: ChannelType.group, unknownEnumValue: ChannelType.group)
ChannelType channelType
getter/setter pair

The ChannelType of the channel this message belongs to.

Implementation

@JsonKey(defaultValue: ChannelType.group, unknownEnumValue: ChannelType.group)
ChannelType channelType;