role property

  1. @TagNumber(2)
Participant_Role get role

Implementation

@$pb.TagNumber(2)
Participant_Role get role => $_getN(1);
  1. @TagNumber(2)
set role (Participant_Role v)

Implementation

@$pb.TagNumber(2)
set role(Participant_Role v) {
  setField(2, v);
}