reason property

String? get reason

Implementation

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

Implementation

set reason(_i2.String? value) {
  _i4.setProperty(
    this,
    'reason',
    value ?? _i6.undefined,
  );
}