playSound property

  1. @TagNumber(47)
FFPlaySound get playSound

@doc Play sound action.

Implementation

@$pb.TagNumber(47)
FFPlaySound get playSound => $_getN(46);
  1. @TagNumber(47)
set playSound (FFPlaySound value)

Implementation

@$pb.TagNumber(47)
set playSound(FFPlaySound value) => $_setField(47, value);