getRingtoneResponse property

  1. @TagNumber(15)
String get getRingtoneResponse

Get the Ringtone in the response to this message.

Implementation

@$pb.TagNumber(15)
$core.String get getRingtoneResponse => $_getSZ(13);
  1. @TagNumber(15)
set getRingtoneResponse (String value)

Implementation

@$pb.TagNumber(15)
set getRingtoneResponse($core.String value) => $_setString(13, value);