RandomChoiceKey constructor

RandomChoiceKey()

Implementation

RandomChoiceKey()
    : super(type: InputTypes.randomText, counter: RandomChoiceKey.index) {
  RandomChoiceKey.index++;
}