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