Prediction constructor
Prediction({})
Creates a Prediction instance.
All parameters default to empty values if not provided.
Implementation
Prediction({
this.description = "",
this.id = "",
this.matchedSubstrings,
this.placeId = "",
this.reference = "",
this.structuredFormatting,
this.terms,
this.types,
});