useSoundForMobileNotifications property

  1. @TagNumber(38)
bool get useSoundForMobileNotifications

Implementation

@$pb.TagNumber(38)
$core.bool get useSoundForMobileNotifications => $_getBF(37);
  1. @TagNumber(38)
set useSoundForMobileNotifications (bool v)

Implementation

@$pb.TagNumber(38)
set useSoundForMobileNotifications($core.bool v) { $_setBool(37, v); }