count property
int
get
count
Returns the count of table reference collection.
Implementation
int get count {
return _tableCollection.length;
}
Returns the count of table reference collection.
int get count {
return _tableCollection.length;
}