code property
@optional
@description The unique internal enterprise code assigned to the individual, utilized for cross-referencing external platforms.
@example "EMP-2026-992"
@regex .*
@format Must be a non-empty string.
Implementation
@$pb.TagNumber(22)
$core.String get code => $_getSZ(14);
Implementation
@$pb.TagNumber(22)
set code($core.String value) => $_setString(14, value);