numRows property

int get numRows

Returns the number of rows in the result set.

Implementation

int get numRows => resultSet.numOfRows;