formEnctype property

String formEnctype

Implementation

String get formEnctype => js_util.getProperty(this, 'formEnctype');
void formEnctype=(String newValue)

Implementation

set formEnctype(String newValue) {
  js_util.setProperty(this, 'formEnctype', newValue);
}