notification property
Property getter and setter for notification:
Implementation
@override INotification? get notification => _notification;
Implementation
@override set notification(INotification? notification) {
this._notification = notification;
wrapped['notification'] = jsonLiteral(notification);
}