audioSource property

  1. @TagNumber.new(7)
AudioSource get audioSource

Implementation

@$pb.TagNumber(7)
AudioSource get audioSource => $_getN(6);
  1. @TagNumber.new(7)
set audioSource (AudioSource value)

Implementation

@$pb.TagNumber(7)
set audioSource(AudioSource value) => $_setField(7, value);