fromInGradians property
double?
get
fromInGradians
Get the from direction in gradians.
Implementation
double? get fromInGradians =>
_from.converted(conversionDouble: Conversions.degreesToGradians);
Get the from direction in gradians.
double? get fromInGradians =>
_from.converted(conversionDouble: Conversions.degreesToGradians);