ChartJsonOptionPatchOperation constructor
const
ChartJsonOptionPatchOperation({})
Implementation
const ChartJsonOptionPatchOperation({
required this.kind,
required this.schemaName,
required this.canonicalField,
required this.jsonPath,
required this.value,
required this.hasPreviousValue,
required this.isValid,
this.previousValue,
this.valueKey,
});