isSI property

  1. @override
bool get isSI
override

Returns true only for squareMeter, the SI derived unit of area.

Implementation

@override
bool get isSI => this == AreaUnit.squareMeter;