visibility property
String?
get
visibility
Sets the visibility of the notification. Must be either private
, public
,
or secret
. If unspecified, defaults to private
.
Implementation
external String? get visibility;