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