innerList property

List<Worksheet> get innerList

Collection of worksheet

Implementation

List<Worksheet> get innerList {
  return _worksheets;
}