workEmail property

  1. @TagNumber.new(17)
String get workEmail

@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);
  1. @TagNumber.new(17)
set workEmail (String value)

Implementation

@$pb.TagNumber(17)
set workEmail($core.String value) => $_setString(13, value);