Text4Key constructor

Text4Key()

Implementation

Text4Key() : super(type: InputTypes.text4, counter: Text4Key.index) {
  Text4Key.index++;
}