toDegrees static method

num toDegrees(
  1. num rad
)

Implementation

static num toDegrees(num rad) => rad * (180.0 / pi);