toDegrees static method

double toDegrees(
  1. double value
)

Converts the supplied Seconds Of Arc value to Degrees

Implementation

static double toDegrees(double value) => value / 3600.0;