GoogleMapsPlacesV1ContextualContentJustificationReviewJustification constructor

GoogleMapsPlacesV1ContextualContentJustificationReviewJustification({
  1. GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText? highlightedText,
  2. GoogleMapsPlacesV1Review? review,
})

Implementation

GoogleMapsPlacesV1ContextualContentJustificationReviewJustification({
  this.highlightedText,
  this.review,
});