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