activeRowCount property
int
get
activeRowCount
Implementation
int get activeRowCount => query.queryMode ? query.rowCount : table.rowCount;
int get activeRowCount => query.queryMode ? query.rowCount : table.rowCount;