workEmail property
The optional work email of the user
Implementation
@$pb.TagNumber(17)
$core.String get workEmail => $_getSZ(11);
Implementation
@$pb.TagNumber(17)
set workEmail($core.String value) => $_setString(11, value);
The optional work email of the user
@$pb.TagNumber(17)
$core.String get workEmail => $_getSZ(11);
@$pb.TagNumber(17)
set workEmail($core.String value) => $_setString(11, value);