series property

List<int> get series

Implementation

List<int> get series => samples.map(rssOf).toList();