notificationSound property

  1. @TagNumber(10)
String get notificationSound

@doc The sound of the notification.

Implementation

@$pb.TagNumber(10)
$core.String get notificationSound => $_getSZ(9);
  1. @TagNumber(10)
set notificationSound (String value)

Implementation

@$pb.TagNumber(10)
set notificationSound($core.String value) => $_setString(9, value);