notification property

NotificationBuilder get notification

Implementation

NotificationBuilder get notification =>
    _$this._notification ??= NotificationBuilder();
set notification (NotificationBuilder? notification)

Implementation

set notification(NotificationBuilder? notification) =>
    _$this._notification = notification;