participantRole property

  1. @TagNumber(5)
Participant_Role participantRole

Implementation

@$pb.TagNumber(5)
Participant_Role get participantRole => $_getN(4);
  1. @TagNumber(5)
void participantRole=(Participant_Role v)

Implementation

@$pb.TagNumber(5)
set participantRole(Participant_Role v) {
  setField(5, v);
}