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