toRad method

double toRad()

Convert degrees to radians

Implementation

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