BMFReverseGeoCodeSearchResult constructor Null safety

BMFReverseGeoCodeSearchResult(
  1. {dynamic location,
  2. String? address,
  3. String? businessCircle,
  4. dynamic addressDetail,
  5. int? confidence,
  6. List? poiList,
  7. List<BMFSearchRGCRegionInfo>? poiRegions,
  8. String? sematicDescription}
)

有参构造

Implementation

BMFReverseGeoCodeSearchResult({
  this.location,
  this.address,
  this.businessCircle,
  this.addressDetail,
  this.confidence,
  this.poiList,
  this.poiRegions,
  this.sematicDescription,
});