AutoCompleteIntent constructor

const AutoCompleteIntent(
  1. String suggestion,
  2. AutoCompleteMode mode
)

Creates an autocomplete intent with the specified suggestion and mode.

Implementation

const AutoCompleteIntent(this.suggestion, this.mode);