collaborationType property

  1. @TagNumber(4)
CollaborationType collaborationType

Implementation

@$pb.TagNumber(4)
CollaborationType get collaborationType => $_getN(3);
  1. @TagNumber(4)
void collaborationType=(CollaborationType v)

Implementation

@$pb.TagNumber(4)
set collaborationType(CollaborationType v) { setField(4, v); }