Keyword constructor

const Keyword(
  1. String? ns,
  2. String name,
  3. int $UNDERSCORE_hash
)

Implementation

const Keyword(this.ns, this.name, this.$UNDERSCORE_hash, ):super();