activateSpeakerNotification property

  1. @TagNumber(16)
ActivateSpeakerNotification get activateSpeakerNotification

Implementation

@$pb.TagNumber(16)
ActivateSpeakerNotification get activateSpeakerNotification => $_getN(14);
  1. @TagNumber(16)
set activateSpeakerNotification (ActivateSpeakerNotification v)

Implementation

@$pb.TagNumber(16)
set activateSpeakerNotification(ActivateSpeakerNotification v) {
  setField(16, v);
}