htmlFor property
String
get
htmlFor
Sets or retrieves the object that is bound to the event script. @deprecated
Implementation
_i2.String get htmlFor => _i4.getProperty(
this,
'htmlFor',
);
set
htmlFor
(String value)
Implementation
set htmlFor(_i2.String value) {
_i4.setProperty(
this,
'htmlFor',
value,
);
}