IDSelector constructor

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

Implementation

IDSelector(this.name, FileSpan span) : super(span);