toInRadians property
double?
get
toInRadians
Get the to direction in radians.
Implementation
double? get toInRadians =>
_to.converted(conversionDouble: Conversions.degreesToRadians);
Get the to direction in radians.
double? get toInRadians =>
_to.converted(conversionDouble: Conversions.degreesToRadians);