query property
Partial query for which autocomplete suggestions will be shown.
For example, if the query is "sea", then the server might return "season", "search", "seagull" and so on.
Implementation
core.String? query;
Partial query for which autocomplete suggestions will be shown.
For example, if the query is "sea", then the server might return "season", "search", "seagull" and so on.
core.String? query;