isScalarSI property

  1. @override
bool isScalarSI
override

Whether or not this Quantity has scalar dimensions in the strict International System of Units (SI) sense, which allows non-zero angle and solid angle dimensions.

Use isScalar to see if these Dimensions are purely scalar, including having no angular or solid angular dimensions.

Implementation

@override
bool get isScalarSI => dimensions.isScalarSI;