LinkState constructor

LinkState(
  1. Link link
)

Creates a link state with the given link.

Implementation

LinkState(this.link);