workEmail property
@description A secondary, fallback, or corporate work email address for overlapping communication loops.
@example "j.doe@corporate-hub.com"
Implementation
@$pb.TagNumber(17)
$core.String get workEmail => $_getSZ(13);
Implementation
@$pb.TagNumber(17)
set workEmail($core.String value) => $_setString(13, value);