UrlInputElement constructor Null safety

UrlInputElement()

Implementation

factory UrlInputElement() => new InputElement(type: 'url');