square property

List<N> get square

Implementation

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