HiddenInputElement constructor

HiddenInputElement()

Implementation

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