innerList property

List<ExcelTable> innerList

Gets the inner list.

Implementation

List<ExcelTable> get innerList {
  return _tableCollection;
}