isEmptyData method

bool isEmptyData()

Implementation

bool isEmptyData() {
  return getListData().isEmpty;
}