totalRows property

int get totalRows

Implementation

int get totalRows => _tables.values.fold(0, (s, t) => s + t.rowCount);