AnchorToken constructor

AnchorToken(
  1. FileSpan span,
  2. String name
)

Implementation

AnchorToken(this.span, this.name);