count property

int get count

Returns the count of table reference collection.

Implementation

int get count {
  return _tableCollection.length;
}