innerList property

List<Range?> innerList

Represents inner list.

Implementation

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