nullCount property
- @TagNumber.new(5)
The number of rows with null values in the specified column.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get nullCount => $_getI64(1);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set nullCount($fixnum.Int64 v) {
$_setInt64(1, v);
}