toRad method

num toRad()

Convert degrees to radians

Implementation

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