emailOfCollaborator property

  1. @TagNumber(6)
String emailOfCollaborator

Implementation

@$pb.TagNumber(6)
$core.String get emailOfCollaborator => $_getSZ(5);
  1. @TagNumber(6)
void emailOfCollaborator=(String v)

Implementation

@$pb.TagNumber(6)
set emailOfCollaborator($core.String v) { $_setString(5, v); }