Text3Key constructor

Text3Key()

Implementation

Text3Key() : super(type: InputTypes.text3, counter: Text3Key.index) {
  Text3Key.index++;
}