estimateTotalCount property

  1. @TagNumber.new(8)
bool get estimateTotalCount

Implementation

@$pb.TagNumber(8)
$core.bool get estimateTotalCount => $_getBF(7);
  1. @TagNumber.new(8)
set estimateTotalCount (bool value)

Implementation

@$pb.TagNumber(8)
set estimateTotalCount($core.bool value) => $_setBool(7, value);