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