toRadians property

double get toRadians

Convert to radians/degrees

Implementation

double get toRadians => this * (pi / 180);