renotify property
bool?
get
renotify
Implementation
_i2.bool? get renotify => _i4.getProperty(
this,
'renotify',
);
set
renotify
(bool? value)
Implementation
set renotify(_i2.bool? value) {
_i4.setProperty(
this,
'renotify',
value ?? _i6.undefined,
);
}