rowCount property

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

The count of rows scanned.

Implementation

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

Implementation

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