httpEquiv property

String get httpEquiv

Implementation

String get httpEquiv => js_util.getProperty(this, 'httpEquiv');
set httpEquiv (String newValue)

Implementation

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