httpEquiv property
String
get
httpEquiv
Gets or sets information used to bind the value of a content attribute of a meta element to an HTTP response header.
Implementation
_i2.String get httpEquiv => _i4.getProperty(
this,
'httpEquiv',
);
set
httpEquiv
(String value)
Implementation
set httpEquiv(_i2.String value) {
_i4.setProperty(
this,
'httpEquiv',
value,
);
}