Identifier constructor

Identifier(
  1. String name
)

Implementation

Identifier(this.name) : super();