UrlInputElement constructor - UrlInputElement - dart:html library (original) (raw)

description

UrlInputElement()

Implementation

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