enctype property

String enctype

Implementation

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

Implementation

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