AutoCompleteIntent constructor
const
AutoCompleteIntent(
- String suggestion,
- AutoCompleteMode mode
Creates an autocomplete intent with the specified suggestion and mode.
Implementation
const AutoCompleteIntent(this.suggestion, this.mode);