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