isNotAll property

bool get isNotAll

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

Implementation

bool get isNotAll => !isAll;