supportEmail property

  1. @TagNumber(8)
String supportEmail

Implementation

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

Implementation

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