notificationsHaveSound property

  1. @TagNumber(12)
bool get notificationsHaveSound

Implementation

@$pb.TagNumber(12)
$core.bool get notificationsHaveSound => $_getBF(11);
  1. @TagNumber(12)
set notificationsHaveSound (bool value)

Implementation

@$pb.TagNumber(12)
set notificationsHaveSound($core.bool value) => $_setBool(11, value);