AliasToken constructor

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

Implementation

AliasToken(this.span, this.name);