changesValue property

bool get changesValue

Implementation

bool get changesValue {
  return changeKind != ChartJsonOptionPatchChangeKind.unchanged;
}