toRadians method

double toRadians()

Converts this double value in degrees to radians.

Implementation

double toRadians() => this * _toRad;