Prediction constructor
Prediction({
- String? id,
- String? displayName,
- String? formattedAddress,
- List<
AddressComponents> ? addressComponents,
Implementation
Prediction({
this.id,
this.displayName,
this.formattedAddress,
this.addressComponents,
});