TGooglePlacePrediction constructor
const
TGooglePlacePrediction({
- required String place,
- required String placeId,
- TGooglePredictionText? text,
- TGoogleStructuredFormat? structuredFormat,
- List<
String> ? types,
Implementation
const TGooglePlacePrediction({
required this.place,
required this.placeId,
this.text,
this.structuredFormat,
this.types,
});