SilentComment constructor

SilentComment(
  1. String text,
  2. FileSpan span
)

Implementation

SilentComment(this.text, this.span);