noHref property

bool noHref

Implementation

bool get noHref => js_util.getProperty(this, 'noHref');
void noHref=(bool newValue)

Implementation

set noHref(bool newValue) {
  js_util.setProperty(this, 'noHref', newValue);
}