itemCount property

int get itemCount

计算cell的全部数量

Implementation

int get itemCount {
  return _dataSource.length;
}