hasValue method

bool hasValue()

Implementation

bool hasValue() {
  return _color != null || contourColor != null || labelVisibility != null;
}