TagDirectiveToken constructor

TagDirectiveToken(
  1. FileSpan span,
  2. String handle,
  3. String prefix
)

Implementation

TagDirectiveToken(this.span, this.handle, this.prefix);