innerList property

List<Style> get innerList

Collection of worksheet

Implementation

List<Style> get innerList {
  return _styles;
}