id property
The unique id of suggested item. It can be used to query further information. For online search, suggestion of type SuggestionType.place will have Suggestion.id same as Place.id. For offline search, only suggestion of type SuggestionType.chain, will have this property filled with identifier number of an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop". For other types, SuggestionType.place and SuggestionType.category this property will be null. Gets the suggested item id.
Implementation
String? get id;