withSound property

  1. @TagNumber(7)
bool get withSound

@doc Whether the notification should have sound.

Implementation

@$pb.TagNumber(7)
$core.bool get withSound => $_getBF(6);
  1. @TagNumber(7)
set withSound (bool value)

Implementation

@$pb.TagNumber(7)
set withSound($core.bool value) => $_setBool(6, value);