changesValue property

bool get changesValue

Implementation

bool get changesValue {
  return kind != ChartJsonOptionPatchOperationKind.noop;
}