error property

Implementation

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

Implementation

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