RadioButtonInputElement constructor - RadioButtonInputElement - dart:html library (original) (raw)
RadioButtonInputElement()
Implementation
factory RadioButtonInputElement() => new InputElement(type: 'radio');
RadioButtonInputElement()
factory RadioButtonInputElement() => new InputElement(type: 'radio');