squareFeet constant

AreaUnit const squareFeet

Area Unit: Square Feet: 1 Square Foot = 10.7639 Square Meters

Implementation

static const AreaUnit squareFeet = AreaUnit(
    title: "Square Feet", identifier: "ft2", squareMeterRatio: 10.7639);