BMFSuggestionInfo constructor

BMFSuggestionInfo(
  1. {String key,
  2. BMFCoordinate location,
  3. String uid,
  4. String city,
  5. String district,
  6. String tag,
  7. String address,
  8. List<BMFSuggestionChildrenInfo> children}
)

有参构造

Implementation

BMFSuggestionInfo(
    {this.key,
    this.location,
    this.uid,
    this.city,
    this.district,
    this.tag,
    this.address,
    this.children});