GoogleMapsPlacesV1AuthorAttribution.fromJson constructor

GoogleMapsPlacesV1AuthorAttribution.fromJson(
  1. Map json_
)

Implementation

GoogleMapsPlacesV1AuthorAttribution.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      photoUri: json_['photoUri'] as core.String?,
      uri: json_['uri'] as core.String?,
    );