square property

num get square

Returns the square of the number (this * this).

Implementation

num get square => this * this;