TGooglePlacePrediction constructor

const TGooglePlacePrediction({
  1. required String place,
  2. required String placeId,
  3. TGooglePredictionText? text,
  4. TGoogleStructuredFormat? structuredFormat,
  5. List<String>? types,
})

Implementation

const TGooglePlacePrediction({
  required this.place,
  required this.placeId,
  this.text,
  this.structuredFormat,
  this.types,
});