toHours static method

double toHours(
  1. double value
)

Converts the supplied Weeks value to Hours

Implementation

static double toHours(double value) => value * 168.0;