tableCount property

int get tableCount

Represents the getter to get the table count

Implementation

int get tableCount {
  return _count;
}