ListPlaceActionLinksResponse constructor

ListPlaceActionLinksResponse({
  1. String? nextPageToken,
  2. List<PlaceActionLink>? placeActionLinks,
})

Implementation

ListPlaceActionLinksResponse({
  this.nextPageToken,
  this.placeActionLinks,
});