reason property

dynamic get reason

Implementation

_i2.dynamic get reason => _i4.getProperty(
      this,
      'reason',
    );
set reason (dynamic value)

Implementation

set reason(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'reason',
    value,
  );
}