toHectares static method

double toHectares(
  1. double value
)

Converts the supplied Square Yards value to Hectares

Implementation

static double toHectares(double value) => value / 11959.900463011;