BMFPoiDetailSearchOption constructor Null safety

BMFPoiDetailSearchOption(
  1. {required List<String>? poiUIDs,
  2. BMFPoiSearchScopeType? scope = BMFPoiSearchScopeType.BASIC_INFORMATION,
  3. bool? extensionsAdcode = false}
)

有参构造

Implementation

BMFPoiDetailSearchOption({
  required this.poiUIDs,
  this.scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
  this.extensionsAdcode: false,
});