emailNotification property

  1. @TagNumber(18)
String get emailNotification

Implementation

@$pb.TagNumber(18)
$core.String get emailNotification => $_getSZ(16);
  1. @TagNumber(18)
set emailNotification (String v)

Implementation

@$pb.TagNumber(18)
set emailNotification($core.String v) { $_setString(16, v); }