replyToChannel property Null safety

  1. @JsonKey(defaultValue: false)
bool replyToChannel
read / write

Retrieve whether the option includes reply to channel The Default value is false

Implementation

@JsonKey(defaultValue: false)
bool replyToChannel;