BMFSuggestionInfo constructor
- {String key,
- BMFCoordinate location,
- String uid,
- String city,
- String district,
- String tag,
- String address,
- List<
BMFSuggestionChildrenInfo> children}
有参构造
Implementation
BMFSuggestionInfo(
{this.key,
this.location,
this.uid,
this.city,
this.district,
this.tag,
this.address,
this.children});