GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange.fromJson constructor

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange.fromJson(
  1. Map json_
)

Implementation

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange.fromJson(
    core.Map json_)
    : this(
        endOffset: json_['endOffset'] as core.int?,
        startOffset: json_['startOffset'] as core.int?,
      );