supportEmail property

  1. @TagNumber(6)
String supportEmail

Implementation

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

Implementation

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