soundNotification property

String? get soundNotification
override

Implementation

String? get soundNotification => _$this._soundNotification;
set soundNotification (covariant String? soundNotification)
covariantoverride

Implementation

set soundNotification(covariant String? soundNotification) => _$this._soundNotification = soundNotification;