isAnd property

  1. @TagNumber(2)
bool get isAnd

@doc Whether the filters are combined with AND.

Implementation

@$pb.TagNumber(2)
$core.bool get isAnd => $_getBF(1);
  1. @TagNumber(2)
set isAnd (bool value)

Implementation

@$pb.TagNumber(2)
set isAnd($core.bool value) => $_setBool(1, value);