innerList property

List<Column?> innerList

Get/set the inner list.

Implementation

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