fromInRadians property

double? get fromInRadians

Get the from direction in radians.

Implementation

double? get fromInRadians =>
    _from.converted(conversionDouble: Conversions.degreesToRadians);