notification property

INotification? notification

Property getter and setter for notification:

Implementation

INotification? get notification;
void notification=(INotification? notification)

Implementation

set notification(INotification? notification);