NumberInputElement constructor

NumberInputElement()

Implementation

factory NumberInputElement() => new InputElement(type: 'number');