HiddenInputElement constructor

HiddenInputElement()

Implementation

factory HiddenInputElement() => InputElement(type: 'hidden');