square property

  1. @override
Decimal square
override

The square of this number.

Implementation

@override
Decimal get square => this * this;