GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink.fromJson constructor
GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink.fromJson(
- Map json_
Implementation
GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink.fromJson(core.Map json_)
: this(
title: json_['title'] as core.String?,
uri: json_['uri'] as core.String?,
);