innerList property
List<ExcelTable>
get
innerList
Gets the inner list.
Implementation
List<ExcelTable> get innerList {
return _tableCollection;
}
Gets the inner list.
List<ExcelTable> get innerList {
return _tableCollection;
}