isNotUsage property

bool get isNotUsage

Returns true if this value is not usage, otherwise false.

Implementation

bool get isNotUsage => !isUsage;