sq property

num get sq

returns the square of the number

Implementation

num get sq => this * this;