BMFGeoCodeSearchResult constructor Null safety

BMFGeoCodeSearchResult(
  1. {dynamic location,
  2. int? precise,
  3. int? confidence,
  4. String? level}
)

有参构造

Implementation

BMFGeoCodeSearchResult({
  this.location,
  this.precise,
  this.confidence,
  this.level,
});