MarkerLinks constructor

MarkerLinks({
  1. MarkerLinksPlan? plan,
  2. MarkerLinksSelf? self,
})

Returns a new MarkerLinks instance.

Implementation

MarkerLinks({
  this.plan,
  this.self,
});