supportEmail property

  1. @TagNumber(7)
String get supportEmail

Implementation

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

Implementation

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