GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText constructor

GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText({
  1. List<GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange>? highlightedTextRanges,
  2. String? text,
})

Implementation

GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText({
  this.highlightedTextRanges,
  this.text,
});