privacy property

NotificationPrivacy? privacy
inherited

Returns the privacy setting of the notification.

Implementation

NotificationPrivacy? get privacy => _privacy;
  1. @visibleForTesting
  2. @protected
void privacy=(dynamic newValue)
inherited

Implementation

@visibleForTesting
@protected
set privacy(newValue) {
  _privacy = newValue;
}