replyingTo property
ChatMessage?
get
replyingTo
Message currently being replied to, if any.
Implementation
ChatMessage? get replyingTo => _replyingTo;
Message currently being replied to, if any.
ChatMessage? get replyingTo => _replyingTo;