NameKey constructor

NameKey()

Implementation

NameKey() : super(type: InputTypes.name, counter: NameKey.index) {
  NameKey.index++;
}