replyToChannel property Null safety
- @JsonKey(name: 'is_reply_to_channel', defaultValue: false)
read / write
Option to reply to channel. The default is false
Implementation
@JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel;