toRad property

double get toRad

Converts this degree value to radians.

Implementation

double get toRad => this * pi / 180;