httpEquiv property

String httpEquiv

Implementation

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

Implementation

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