squared method

num squared()

Returns the value of this squared.

Implementation

num squared() => this * this;