Text1Key constructor

Text1Key()

Implementation

Text1Key() : super(type: InputTypes.text1, counter: Text1Key.index) {
  Text1Key.index++;
}