rowCount property

  1. @TagNumber.new(4)
Int64 get rowCount

The count of rows processed.

Implementation

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

Implementation

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