innerList property

List<Picture> get innerList

Collection of worksheet

Implementation

List<Picture> get innerList {
  return _pictures;
}