notificationLevel property

int? get notificationLevel
override

Implementation

int? get notificationLevel => _$this._notificationLevel;
set notificationLevel (covariant int? notificationLevel)
covariantoverride

Implementation

set notificationLevel(covariant int? notificationLevel) => _$this._notificationLevel = notificationLevel;