reason property

String get reason

Implementation

String get reason => js_util.getProperty(this, 'reason');
set reason (String newValue)

Implementation

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