getRingtoneRequest property

  1. @TagNumber(14)
bool get getRingtoneRequest

Get the Ringtone in the response to this message.

Implementation

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

Implementation

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