Identifier constructor

Identifier(
  1. String name,
  2. SourceSpan? span
)

Implementation

Identifier(this.name, SourceSpan? span) : super(span);