AllElements property

List<int> AllElements

Implementation

List<int> get AllElements => elements.expand((portion) {
      return portion;
    }).toList();