reason property
dynamic
get
reason
Implementation
_i2.dynamic get reason => _i3.getProperty(
this,
'reason',
);
set
reason
(dynamic value)
Implementation
set reason(_i2.dynamic value) {
_i3.setProperty(
this,
'reason',
value,
);
}