toSquareYards static method

double toSquareYards(
  1. double value
)

Converts the supplied Square Metres value to Square Yards

Implementation

static double toSquareYards(double value) => value * 1.1959900463;