employeeId property
- @TagNumber.new(11)
@mandatory
@description The unique identifier of the employee being assigned as the project contact.
@example 5678
@regex ^0-9+$
@format Non-negative integer.
Implementation
@$pb.TagNumber(11)
$fixnum.Int64 get employeeId => $_getI64(2);
- @TagNumber.new(11)
Implementation
@$pb.TagNumber(11)
set employeeId($fixnum.Int64 value) => $_setInt64(2, value);