supportEmail property

  1. @TagNumber(8)
String get supportEmail

Implementation

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

Implementation

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