toMonths static method

double toMonths(
  1. double value
)

Converts the supplied Decades value to Months

Implementation

static double toMonths(double value) => value * 120.0;