hasNotLabels property
bool
get
hasNotLabels
Returns true if labels
is null, otherwise false.
Implementation
bool get hasNotLabels => !hasLabels;
Returns true if labels
is null, otherwise false.
bool get hasNotLabels => !hasLabels;