menu
finch package
documentation
mysql.dart
MySqlResult
numRows property
numRows property
dark_mode
light_mode
numRows
property
@
override
int
get
numRows
override
Returns the number of rows in the result set.
Implementation
@override int get numRows => resultSet.numOfRows;
finch package
documentation
mysql
MySqlResult
numRows property
MySqlResult class