Area.fromSquareThous constructor

Area.fromSquareThous(
  1. Rational squareThous
)

Creates an Area representing the specified number of squareThous.

Implementation

factory Area.fromSquareThous(Rational squareThous) =>
    Area.fromUnits(AreaUnit.squareThou, squareThous);