flatten property

List<double> flatten

Implementation

List<double> get flatten => dataRows.expand((element) => element).toList();