innerList property

List<Row?> innerList

Represents the inner list.

Implementation

List<Row?> get innerList {
  return _innerList;
}