cellItem method

dynamic cellItem(
  1. int index
)

Implementation

dynamic cellItem(int index) =>
    ((cacheItems?.length ?? 0) > index) ? cacheItems![index] : null;