GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange.fromJson constructor
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange.fromJson(
- Map json_
Implementation
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange.fromJson(
core.Map json_)
: this(
endIndex: json_['endIndex'] as core.int?,
startIndex: json_['startIndex'] as core.int?,
);