reason property

String reason

Implementation

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

Implementation

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