MessageKind.quickReply constructor Null safety
- List<
QuickReplyItem> quickReplies
Represents quick reply options on the screen.
Implementation
MessageKind.quickReply(this.quickReplies);
Represents quick reply options on the screen.
MessageKind.quickReply(this.quickReplies);