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