customDomain property

  1. @TagNumber(3)
String get customDomain

Implementation

@$pb.TagNumber(3)
$core.String get customDomain => $_getSZ(2);
  1. @TagNumber(3)
set customDomain (String v)

Implementation

@$pb.TagNumber(3)
set customDomain($core.String v) { $_setString(2, v); }