passedCount property
- @TagNumber.new(8)
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);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set passedCount($fixnum.Int64 v) {
$_setInt64(4, v);
}