toYears static method

double toYears(
  1. double value
)

Converts the supplied Hours value to Years

Implementation

static double toYears(double value) => value / 8760.0;