isNotLabels property

bool get isNotLabels

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

Implementation

bool get isNotLabels => !isLabels;