square property

List<double> get square

Implementation

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