AddressQuery constructor - AddressQuery - search library - Dart API
AddressQuery
AddressQuery constructor
- String query
Constructs an AddressQuery from the provided text query.
Not supported in OfflineSearchEngine (not available in all editions).
queryDesired query to search.
Implementation
factory AddressQuery(String query) => $prototype.$init(query);