toDeg method

num toDeg()

Convert radians to degrees

Implementation

num toDeg() => this * (180.0 / math.pi);