getDataValues method

  1. @override
List getDataValues()
override

Returns the fields values of this DataEntry.

Implementation

@override
List getDataValues() =>
    [mean, standardDeviation, length, min, max, sum, squaresSum];