EmailInputElement constructor

EmailInputElement()

Implementation

factory EmailInputElement() => new InputElement(type: 'email');