square property

double square

Returns the square of this number.

Implementation

double get square => this * this;