htmlFor property

String htmlFor

Implementation

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

Implementation

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