notification property

NotificationPayloadBuilder get notification
override

Implementation

NotificationPayloadBuilder get notification =>
    _$this._notification ??= new NotificationPayloadBuilder();
set notification (covariant NotificationPayloadBuilder? notification)
covariantoverride

Implementation

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