Suggestion constructor
Suggestion({
- required String name,
- String? namePreferred,
- required String mapboxId,
- required String featureType,
- required String? address,
- required String? fullAddress,
- required String placeFormatted,
- required Context? context,
- required String language,
- required String? maki,
- ExternalIds? externalIds,
- List<
String> ? poiCategory, - List<
String> ? poiCategoryIds, - List<
String> ? brand, - List<
String> ? brandId,
Implementation
Suggestion({
required this.name,
this.namePreferred,
required this.mapboxId,
required this.featureType,
required this.address,
required this.fullAddress,
required this.placeFormatted,
required this.context,
required this.language,
required this.maki,
this.externalIds,
this.poiCategory,
this.poiCategoryIds,
this.brand,
this.brandId,
});