NumberInputElement constructor Null safety

NumberInputElement()

Implementation

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