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