privacy property
NotificationPrivacy?
get
privacy
inherited
Returns the privacy setting of the notification.
Implementation
NotificationPrivacy? get privacy => _privacy;
Implementation
@visibleForTesting
@protected
set privacy(newValue) {
_privacy = newValue;
}