BMFSuggestionSearchOption constructor

BMFSuggestionSearchOption({
  1. String? keyword,
  2. String? cityname,
  3. BMFCoordinate? location,
  4. bool? cityLimit = false,
})

有参构造

Implementation

BMFSuggestionSearchOption({
  this.keyword,
  this.cityname,
  this.location,
  this.cityLimit = false,
});