notContains property

  1. @TagNumber(23)
String get notContains

Implementation

@$pb.TagNumber(23)
$core.String get notContains => $_getSZ(22);
  1. @TagNumber(23)
set notContains (String v)

Implementation

@$pb.TagNumber(23)
set notContains($core.String v) { $_setString(22, v); }