workEmail property

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

The optional work email of the user

Implementation

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

Implementation

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