detail property

dynamic detail

Implementation

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

Implementation

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