code property
@description The unique internal enterprise code assigned to the individual, utilized for cross-referencing external platforms.
@example "EMP-2026-992"
Implementation
@$pb.TagNumber(11)
$core.String get code => $_getSZ(8);
Implementation
@$pb.TagNumber(11)
set code($core.String value) => $_setString(8, value);