isNotSelfLabels property

bool get isNotSelfLabels

Returns true if this data is not SelfLabels, otherwise false.

Implementation

bool get isNotSelfLabels => !isSelfLabels;