GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText constructor
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText({
- List<
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange> ? highlightedTextRanges, - String? text,
Implementation
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText({
this.highlightedTextRanges,
this.text,
});