onnotificationclick property
dynamic Function(NotificationEvent)?
get
onnotificationclick
Implementation
_i2.dynamic Function(_i3.NotificationEvent)? get onnotificationclick =>
(_i3.NotificationEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onnotificationclick',
),
r'call',
[
this,
p0,
],
);
set
onnotificationclick
(dynamic value(NotificationEvent)?)
Implementation
set onnotificationclick(_i2.dynamic Function(_i3.NotificationEvent)? value) {
_i4.setProperty(
this,
'onnotificationclick',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}