PersonLinks constructor

PersonLinks({
  1. PersonLinksImage? image,
  2. PersonLinksSelf? self,
})

Returns a new PersonLinks instance.

Implementation

PersonLinks({
  this.image,
  this.self,
});