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