AssistMessageSuggestion constructor
Creates a new AssistMessageSuggestion with the data
, and optional
selected
field.
Implementation
const AssistMessageSuggestion({
required this.data,
this.selected = false,
}) : builder = null;
Creates a new AssistMessageSuggestion with the data
, and optional
selected
field.
const AssistMessageSuggestion({
required this.data,
this.selected = false,
}) : builder = null;