notification property

CustomNotificationBuilder get notification

Implementation

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

Implementation

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