PlanLinks constructor

PlanLinks({
  1. PlanLinksImage? image,
  2. PlanLinksPlace? place,
  3. PlanLinksSelf? self,
})

Returns a new PlanLinks instance.

Implementation

PlanLinks({
  this.image,
  this.place,
  this.self,
});