error property

Implementation

NotificationErrorContainerBuilder get error =>
    _$this._error ??= NotificationErrorContainerBuilder();

Implementation

set error(NotificationErrorContainerBuilder? error) => _$this._error = error;