playSoundName property

  1. @TagNumber(1)
String get playSoundName

@doc The name of the sound action to stop.

Implementation

@$pb.TagNumber(1)
$core.String get playSoundName => $_getSZ(0);
  1. @TagNumber(1)
set playSoundName (String value)

Implementation

@$pb.TagNumber(1)
set playSoundName($core.String value) => $_setString(0, value);