replyToChannel property Null safety

  1. @JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel
read / write

Option to reply to channel. The default is false

Implementation

@JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel;