detail property

dynamic get detail

Implementation

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

Implementation

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