publicReplyDraft property

ReplyMessage? get publicReplyDraft

Implementation

ReplyMessage? get publicReplyDraft => _publicReplyDraft;
set publicReplyDraft (ReplyMessage? value)

Implementation

set publicReplyDraft(ReplyMessage? value) {
  _publicReplyDraft = value;
  notifyListeners();
}