hectares constant

AreaUnit const hectares

Area Unit: Hectares: 1 Hectare = 1e-4 Square Meters

Implementation

static const AreaUnit hectares =
    AreaUnit(title: "Hectares", identifier: "ha", squareMeterRatio: 1e-4);