PlaceLinks constructor

PlaceLinks({
  1. PlaceLinksChildren? children,
  2. PlaceLinksGeo? geo,
  3. PlaceLinksOrganization? organization,
  4. PlaceLinksPlans? plans,
  5. PlaceLinksSelf? self,
})

Returns a new PlaceLinks instance.

Implementation

PlaceLinks({
  this.children,
  this.geo,
  this.organization,
  this.plans,
  this.self,
});