detail property

int get detail

Implementation

int get detail => js_util.getProperty(this, 'detail');
set detail (int newValue)

Implementation

set detail(int newValue) {
  js_util.setProperty(this, 'detail', newValue);
}