toInRadians property

double? get toInRadians

Get the to direction in radians.

Implementation

double? get toInRadians =>
    _to.converted(conversionDouble: Conversions.degreesToRadians);