LinkedInEmail constructor

LinkedInEmail(
  1. {List<Element> elements}
)

Implementation

LinkedInEmail({
  this.elements,
});