abs property

List<int> get abs

Implementation

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