SectionLinks constructor

SectionLinks({
  1. SectionLinksSelf? self,
})

Returns a new SectionLinks instance.

Implementation

SectionLinks({
  this.self,
});