accept property

dynamic accept

Implementation

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

Implementation

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