workEmail property

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

The optional work email of the user

Implementation

@$pb.TagNumber(17)
$core.String get workEmail => $_getSZ(9);
  1. @TagNumber.new(17)
set workEmail (String value)

Implementation

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