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