toSquareFeet static method

double toSquareFeet(
  1. double value
)

Converts the supplied Square Kilometres value to Square Feet

Implementation

static double toSquareFeet(double value) => value * 10763910.41671;