formEnctype property
String
get
formEnctype
Implementation
String get formEnctype => js_util.getProperty(this, 'formEnctype');
set
formEnctype
(String newValue)
Implementation
set formEnctype(String newValue) {
js_util.setProperty(this, 'formEnctype', newValue);
}