squared property

double get squared

Return squared number

Implementation

double get squared => this * this;