tableListSize property

int tableListSize

Implementation

int get tableListSize =>
    tableMap.values.fold<int>(0, (p, t) => p + getPaddedTableSize(t.size));