abs property

List<double> get abs

Implementation

List<double> get abs => map((n) => n.abs()).toList();