EmailKey constructor

EmailKey()

Implementation

EmailKey() : super(type: InputTypes.email, counter: EmailKey.index) {
  EmailKey.index++;
}