squared property

int get squared

Return squared number

Implementation

int get squared => this * this;