toInGradians property

double? get toInGradians

Get the to direction in gradians.

Implementation

double? get toInGradians =>
    _to.converted(conversionDouble: Conversions.degreesToGradians);