squared property

int squared

Return squared number

Implementation

int get squared => this * this;