nullCount property

  1. @TagNumber(5)
Int64 get nullCount

The number of rows with null values in the specified column.

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get nullCount => $_getI64(1);
  1. @TagNumber(5)
set nullCount (Int64 v)

Implementation

@$pb.TagNumber(5)
set nullCount($fixnum.Int64 v) { $_setInt64(1, v); }