fromInGradians property

double? get fromInGradians

Get the from direction in gradians.

Implementation

double? get fromInGradians =>
    _from.converted(conversionDouble: Conversions.degreesToGradians);