cubed method

num cubed()

Returns the value of this cubed.

Implementation

num cubed() => this * this * this;