hasNotLabels property

bool get hasNotLabels

Returns true if labels is null, otherwise false.

Implementation

bool get hasNotLabels => !hasLabels;