rowCount property

  1. @TagNumber(3)
Int64 rowCount

The count of rows scanned.

Implementation

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

Implementation

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