acceptCharset property
String?
get
acceptCharset
Implementation
String? get acceptCharset => _getAttribute('acceptcharset');
set
acceptCharset
(String? value)
Implementation
set acceptCharset(String? value) {
_setAttribute('acceptcharset', value);
}