isBase property

bool isBase
latefinal

Whether this is a base dimension.

Implementation

late final isBase  = _def.length == 1 && _def.values.first == 1;