asCubeFormula method

String asCubeFormula()

Returns cube formula: x³ = y

Implementation

String asCubeFormula() => '$this³ = $cubeVal';