cellHasContent method

bool cellHasContent(
  1. int index
)

Implementation

bool cellHasContent(int index) => _data.cellHasContent(index);