passedCount property

  1. @TagNumber.new(8)
Int64 get passedCount

The number of rows which passed a rule evaluation. This field is only valid for ColumnMap type rules.

Implementation

@$pb.TagNumber(8)
$fixnum.Int64 get passedCount => $_getI64(4);
  1. @TagNumber.new(8)
set passedCount (Int64 v)

Implementation

@$pb.TagNumber(8)
set passedCount($fixnum.Int64 v) {
  $_setInt64(4, v);
}