toInches static method

double toInches(
  1. double value
)

Converts the supplied Miles value to Inches

Implementation

static double toInches(double value) => value * 63360.0;