radToDeg static method

dynamic radToDeg(
  1. double r
)

Implementation

static radToDeg(double r) {
  return r * 180 / math.pi;
}