isSI property

  1. @override
bool get isSI
override

Returns true only for coulomb, the SI derived unit of electric charge.

Implementation

@override
bool get isSI => this == ElectricChargeUnit.coulomb;