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

description

TimeInputElement()

Implementation

factory TimeInputElement() => new InputElement(type: 'time');