Suggestion constructor

Suggestion({
  1. String? title,
})

The suggestion chip message that the user can tap to quickly post a reply to the conversation.

Implementation

Suggestion({
  this.title,
});