notification property

NotificationPayloadBuilder notification
override

Implementation

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

Implementation

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