PageLinks constructor

PageLinks(
  1. Link? next,
  2. Link? prev,
  3. Link self
)

Implementation

PageLinks(this.next, this.prev, this.self);