toMonths static method

double toMonths(
  1. double value
)

Converts the supplied Weeks value to Months

Implementation

static double toMonths(double value) => value / 4.34524;