accept property

String accept

Implementation

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

Implementation

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