abs property

List<N> abs

Implementation

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