MonthInputElement.new constructor - MonthInputElement - dart:html library (original) (raw)
MonthInputElement()
Implementation
factory MonthInputElement() => new InputElement(type: 'month');
MonthInputElement()
factory MonthInputElement() => new InputElement(type: 'month');