supportEmail property

  1. @TagNumber(6)
String get supportEmail

Implementation

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

Implementation

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