employeeUuid property
Stores the UUID of the employee
Implementation
@$pb.TagNumber(211)
$core.String get employeeUuid => $_getSZ(7);
Implementation
@$pb.TagNumber(211)
set employeeUuid($core.String value) => $_setString(7, value);
Stores the UUID of the employee
@$pb.TagNumber(211)
$core.String get employeeUuid => $_getSZ(7);
@$pb.TagNumber(211)
set employeeUuid($core.String value) => $_setString(7, value);