squareFeet constant

UnitOfArea const squareFeet

Square feet (sqft).

Implementation

static const UnitOfArea squareFeet = UnitOfArea._specify(
  identifier: 'squareFeet',
  shortName: 'sqft',
  inStandardUnit: 0.09290304,
);