PredictionsModel constructor

PredictionsModel({
  1. List<String>? types,
  2. List<SubValuesModel>? terms,
  3. String? description,
  4. List<SubValuesModel>? matchedSubstrings,
  5. String? placeId,
  6. String? reference,
  7. StructuredFormattingModel? structuredFormatting,
})

Implementation

PredictionsModel({
  this.types,
  this.terms,
  this.description,
  this.matchedSubstrings,
  this.placeId,
  this.reference,
  this.structuredFormatting,
});