toYears static method

double toYears(
  1. double value
)

Converts the supplied Months value to Years

Implementation

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