ElementKind constructor

const ElementKind(
  1. String name,
  2. int ordinal,
  3. String displayName
)

Initialize a newly created element kind to have the given displayName.

Implementation

const ElementKind(this.name, this.ordinal, this.displayName);