toDeg method

double toDeg()

Convert radians to degrees

Implementation

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