square property

List<int> get square

Implementation

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