ListPlaceActionLinksResponse constructor
ListPlaceActionLinksResponse({
- String? nextPageToken,
- List<
PlaceActionLink> ? placeActionLinks,
Implementation
ListPlaceActionLinksResponse({
this.nextPageToken,
this.placeActionLinks,
});