radians property

double get radians

Convert degrees to radians

Implementation

double get radians => this * math.pi / 180.0;