emailAttribute property

  1. @TagNumber(7)
String emailAttribute

Implementation

@$pb.TagNumber(7)
$core.String get emailAttribute => $_getSZ(6);
  1. @TagNumber(7)
void emailAttribute=(String v)

Implementation

@$pb.TagNumber(7)
set emailAttribute($core.String v) { $_setString(6, v); }