type property
String
get
type
Implementation
String get type => _DOMString(getAttribute('type'));
set
type
(String value)
Implementation
set type(String value) {
internalSetAttribute('type', value);
}