accept property
String
get
accept
Implementation
String get accept => js_util.getProperty(this, 'accept');
set
accept
(String newValue)
Implementation
set accept(String newValue) {
js_util.setProperty(this, 'accept', newValue);
}